From d7ecdc9f913995e8baa49940e6a406c7d8c991a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 04:32:18 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- .github/workflows/translations-release.yml | 2 +- .github/workflows/translations.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3aabf6..46fd78c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Use Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/translations-release.yml b/.github/workflows/translations-release.yml index 9476eb5..98fcfc3 100644 --- a/.github/workflows/translations-release.yml +++ b/.github/workflows/translations-release.yml @@ -23,7 +23,7 @@ jobs: id-token: write # grant additional permission to attestation action to mint the OIDC token permission steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 7aaf544..b1fb66e 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Use Node.js uses: actions/setup-node@v4 with: