Skip to content

Commit 3e7d2cd

Browse files
Bump actions/checkout from 4 to 5
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](actions/checkout@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>
1 parent 79f97c0 commit 3e7d2cd

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@v4
42+
uses: actions/checkout@v5
4343
if: ${{ github.event_name != 'pull_request_target' }}
4444

4545
- name: Check Out Repo (PR)
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
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@v4
9+
- uses: actions/checkout@v5
1010
with:
1111
ref: ${{ github.event.pull_request.head.sha }}
1212
- name: Check Permissions

0 commit comments

Comments
 (0)