From 67806869cddeacccb93ca321a771ede3eadbf7cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:06:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .github/workflows/ci.yml | 4 ++-- .github/workflows/commitlint.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/update-i18n.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0979acdd8c..52131f3585 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 with: cache: 'npm' @@ -72,7 +72,7 @@ jobs: - package: any-workspace name: Test ${{ matrix.package }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 with: cache: 'npm' diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 5c49dc79c3..925e35ca08 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76b4a2a500..ee3830ffea 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 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 816a3d134e..da3b159500 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 with: cache: 'npm'