Skip to content

Commit 79c038a

Browse files
deps(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](actions/checkout@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] <[email protected]>
1 parent 3da0f7b commit 79c038a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/RocketModFix.Unturned.Redist.Matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
with:
7575
# Fetches all history for the tj-actions/changed-files to work correctly on push
7676
fetch-depth: 0

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "BRANCH_NAME=redist-update/${{ matrix.variant }}-${timestamp}" >> $GITHUB_ENV
106106
107107
- name: Checkout repository
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109
with:
110110
ref: master
111111
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Verify.Redist.Update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Validate redist update
2929
run: |

0 commit comments

Comments
 (0)