diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87fabeb..531d2e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06b9ab7..3168da5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable