diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77634ed..b77d7e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - run: corepack enable - run: pnpm install - run: pnpm prettier @@ -49,7 +49,7 @@ jobs: ARCH: ${{ matrix.arch }} # build target, name required by binary-builder steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: binary-builder uses: containerbase/internal-tools@b0b8472a98c981134c4271f9612203dee601fd80 # v3.0.65