From 15b645db2b296e8a23688bc42de3bf8d52df2cc6 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Mon, 8 Feb 2021 20:31:40 +0530 Subject: [PATCH] Update io-generator to tag v1 Signed-off-by: divyansh42 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0e41e8..3a7dfe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,6 @@ jobs: run: npm ci - name: Verify Input and Output enums - uses: redhat-actions/common/action-io-generator@main + uses: redhat-actions/common/action-io-generator@v1 with: io_file: ${{ env.IO_FILE }}