diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 26c7373d..511b90ad 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -13,7 +13,7 @@ jobs: name: Integration runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 with: version: 8 @@ -45,7 +45,7 @@ jobs: needs: [ci] if: ${{ github.ref_name == 'master' || github.ref_name == 'beta' }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 with: version: 8