From eaa91b9b0ad751ed77f4d75d99011b80019f0d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:44:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/commitlint.yml | 2 +- .github/workflows/ghpages-cleanup.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/update-i18n.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75caf9a2fc..7559b609e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: any-workspace: ${{ steps.filter.outputs.any-workspace }} packages: ${{ steps.filter.outputs.changes }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: cache: 'npm' @@ -72,7 +72,7 @@ jobs: - package: any-workspace name: Test ${{ matrix.package }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: cache: 'npm' diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 472520466d..40f65c56ef 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,5 +8,5 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6 diff --git a/.github/workflows/ghpages-cleanup.yml b/.github/workflows/ghpages-cleanup.yml index f077517e86..accdafee58 100644 --- a/.github/workflows/ghpages-cleanup.yml +++ b/.github/workflows/ghpages-cleanup.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out GitHub Pages branch - uses: actions/checkout@v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: # replace `fetch-depth` with `shallow-since` if and when actions/checkout#619 (or an equivalent) gets merged # then remove the "Fetch a bit more history" step below diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2636e9d646..801571d895 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,7 @@ jobs: git config --global user.name 'GitHub Actions' git config --global user.email 'github-actions@localhost' - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: token: ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later diff --git a/.github/workflows/update-i18n.yml b/.github/workflows/update-i18n.yml index b31187765e..b6e5aa4ccc 100644 --- a/.github/workflows/update-i18n.yml +++ b/.github/workflows/update-i18n.yml @@ -16,7 +16,7 @@ jobs: update-i18n: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: cache: 'npm'