Bump actions/checkout from 5 to 6 (#31102)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-03 18:35:12 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent c7ac9f1037
commit 04bf9007be
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
echo "PR_BRANCH=`jq -r '.head.ref' <<<$pr_json`" >> $GITHUB_ENV
echo "PR_HEAD_LABEL=`jq -r '.head.label' <<<$pr_json`" >> $GITHUB_ENV
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ${{ env.PR_REPO }}
ref: ${{ env.PR_BRANCH }}
+5 -5
View File
@@ -13,7 +13,7 @@ jobs:
name: Run Linters
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Cache
uses: actions/cache@v4
@@ -67,7 +67,7 @@ jobs:
name: Lint with OpenDream
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup OD
run: |
bash tools/ci/setup_od.sh
@@ -87,7 +87,7 @@ jobs:
matrix:
byondtype: ['STABLE']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Restore BYOND from Cache
uses: ./.github/actions/restore_or_install_byond
with:
@@ -109,7 +109,7 @@ jobs:
station: ['boxstation', 'deltastation', 'metastation', 'cerestation', 'emeraldstation']
byondtype: ['STABLE']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Restore BYOND from Cache
uses: ./.github/actions/restore_or_install_byond
with:
@@ -131,7 +131,7 @@ jobs:
matrix:
byondtype: ['STABLE']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Restore BYOND from Cache
uses: ./.github/actions/restore_or_install_byond
with:
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build docs
run: |
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: ParadiseSS13/DMI5Checker@v1
with:
icons-path: 'icons'
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: 'Update Branch'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1
ref: master
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
echo "PR_BRANCH=`jq -r '.head.ref' <<<$pr_json`" >> $GITHUB_ENV
echo "PR_HEAD_LABEL=`jq -r '.head.label' <<<$pr_json`" >> $GITHUB_ENV
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ${{ env.PR_REPO }}
ref: ${{ env.PR_BRANCH }}
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- run: echo "GH_TOKEN=${{ steps.create_token.outputs.token }}" >> "$GITHUB_ENV"
- name: 'Update Branch'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ steps.create_token.outputs.token }}