From ff819ab4486e7e6912b0530aa87b7cf5817d59af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:30:59 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the gha group Bumps the gha group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/crowdin-upload-files.yml | 2 +- .github/workflows/prepare-release-add-on.yml | 2 +- .github/workflows/release-add-on.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de66d65..eb3cf59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: java: [17] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: distribution: 'temurin' diff --git a/.github/workflows/crowdin-upload-files.yml b/.github/workflows/crowdin-upload-files.yml index 30bb9d5..ca4126a 100644 --- a/.github/workflows/crowdin-upload-files.yml +++ b/.github/workflows/crowdin-upload-files.yml @@ -8,7 +8,7 @@ jobs: name: Upload Files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Java uses: actions/setup-java@v5 with: diff --git a/.github/workflows/prepare-release-add-on.yml b/.github/workflows/prepare-release-add-on.yml index a0ce1de..ac606a7 100644 --- a/.github/workflows/prepare-release-add-on.yml +++ b/.github/workflows/prepare-release-add-on.yml @@ -8,7 +8,7 @@ jobs: name: Prepare Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/release-add-on.yml b/.github/workflows/release-add-on.yml index 9415abf..660c53c 100644 --- a/.github/workflows/release-add-on.yml +++ b/.github/workflows/release-add-on.yml @@ -12,7 +12,7 @@ jobs: name: Build and Release Add-On runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false