From 3a3606ce568bc6490d90ad5b1cd870b749c0dad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:30:12 +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 727c1354..67342851 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 30bb9d52..ca4126af 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 35719fa3..760d42fb 100644 --- a/.github/workflows/prepare-release-add-on.yml +++ b/.github/workflows/prepare-release-add-on.yml @@ -12,7 +12,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 faec3f6f..d5608984 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