From 7afa8bf1b416b356173c1c589c86fac2c21bb581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:57:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/monorepo-test.yml | 2 +- .github/workflows/playwright.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monorepo-test.yml b/.github/workflows/monorepo-test.yml index 2e141e07..c1048c1d 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Enable corepack for pnpm run: corepack enable pnpm diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 704cb7bd..4c618cf6 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Enable corepack for pnpm run: corepack enable pnpm