Skip to content

Commit 9a420dd

Browse files
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] <support@github.com>
1 parent b83cf47 commit 9a420dd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-mod-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Check Out Repo (Commit)
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
if: ${{ github.event_name != 'pull_request_target' }}
4444

4545
- name: Check Out Repo (PR)
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
if: ${{ github.event_name == 'pull_request_target' }}
4848
with:
4949
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/init-svc-executable-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
permission_check:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
with:
1111
ref: ${{ github.event.pull_request.head.sha }}
1212
- name: Check Permissions

0 commit comments

Comments
 (0)