From 8798cceec0e4f8e5ce32f6ff89bc4e2fa26bb5fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 08:03:11 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fetch-crowdin-translations.yaml | 2 +- .github/workflows/manual-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch-crowdin-translations.yaml b/.github/workflows/fetch-crowdin-translations.yaml index 201fa6a..1bb729e 100644 --- a/.github/workflows/fetch-crowdin-translations.yaml +++ b/.github/workflows/fetch-crowdin-translations.yaml @@ -14,6 +14,6 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fetch translations from Crowdin uses: nvdaaddons/crowdinRegistration/.github/actions/fetchTranslations@main \ No newline at end of file diff --git a/.github/workflows/manual-release.yaml b/.github/workflows/manual-release.yaml index dad952d..b99d05f 100644 --- a/.github/workflows/manual-release.yaml +++ b/.github/workflows/manual-release.yaml @@ -76,7 +76,7 @@ jobs: run: echo '${{ env.CUR_YEAR }}' - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python 3.11 uses: actions/setup-python@v5