diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index add7ad1..becdd6a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -75,7 +75,7 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: 0.2.2 + version: v0.2.2 no-trust-check: true path: "./project" @@ -87,7 +87,7 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: 0.2.2 + version: v0.2.2 no-trust-check: true path: "./project" @@ -100,6 +100,6 @@ jobs: - run: mkdir project - uses: ./.github/actions/test with: - version: 0.2.2 + version: v0.2.2 no-trust-check: true path: "./project"