diff --git a/.github/workflows/monorepo-test.yml b/.github/workflows/monorepo-test.yml index 2e141e07..98e2f12a 100644 --- a/.github/workflows/monorepo-test.yml +++ b/.github/workflows/monorepo-test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Enable corepack for pnpm run: corepack enable pnpm diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 704cb7bd..69fff4ca 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Enable corepack for pnpm run: corepack enable pnpm