Bump actions/checkout from 4 to 5 (#30089)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  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-08-30 15:45:11 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 84bdd60e7e
commit 4ee9d9da40
7 changed files with 12 additions and 12 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@v4
- uses: actions/checkout@v5
with:
repository: ${{ env.PR_REPO }}
ref: ${{ env.PR_BRANCH }}
+6 -6
View File
@@ -13,7 +13,7 @@ jobs:
name: Run Linters
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- 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@v4
- uses: actions/checkout@v5
- name: Setup OD
run: |
bash tools/ci/setup_od.sh
@@ -87,7 +87,7 @@ jobs:
matrix:
byondtype: ['STABLE']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- 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@v4
- uses: actions/checkout@v5
- name: Restore BYOND from Cache
uses: ./.github/actions/restore_or_install_byond
with:
@@ -137,7 +137,7 @@ jobs:
matrix:
byondtype: ['STABLE']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Restore BYOND from Cache
uses: ./.github/actions/restore_or_install_byond
with:
@@ -166,7 +166,7 @@ jobs:
name: Windows RUSTG Validation
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.8.2' # Script was made for 3.8.2
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build docs
run: |
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- 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@v4
uses: actions/checkout@v5
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@v4
- uses: actions/checkout@v5
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@v4
uses: actions/checkout@v5
with:
token: ${{ steps.create_token.outputs.token }}