diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e14a2e4..77969aeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: RUNALL: "true" steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Run tests run: swift test @@ -24,7 +24,7 @@ jobs: RUNALL: "true" steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Run tests run: swift test --package-path ./generator @@ -32,7 +32,7 @@ jobs: runs-on: macos-13 steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Run tests run: ./bin/test_generator.sh