From 343bf02d7562024047f5bf18a8440795546454c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:01:46 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/devbuild.yml | 2 +- .github/workflows/github-prerelease.yml | 6 +++--- .github/workflows/github_release.yml | 6 +++--- .github/workflows/test.yml | 2 +- .github/workflows/update_readme.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/devbuild.yml b/.github/workflows/devbuild.yml index 3455ba7f9..dcfa0fd69 100644 --- a/.github/workflows/devbuild.yml +++ b/.github/workflows/devbuild.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index bba70b284..bc2328a1b 100644 --- a/.github/workflows/github-prerelease.yml +++ b/.github/workflows/github-prerelease.yml @@ -18,7 +18,7 @@ jobs: steps: # GET THE LATEST CODE - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -37,7 +37,7 @@ jobs: steps: # GET THE LATEST CODE - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -128,7 +128,7 @@ jobs: steps: # GET THE LATEST CODE - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 546347126..b71f782eb 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -16,7 +16,7 @@ jobs: steps: # GET THE LATEST CODE - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: steps: # GET THE LATEST CODE - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: steps: # GET THE LATEST CODE - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 799c74503..77b06340f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get branch name id: branch-name diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 95c4ff73d..4a71ab8b3 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -9,7 +9,7 @@ jobs: name: "Fetch and Generate Blog Posts" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: Griefed/ServerPackCreator ref: main