Skip to content

Commit 3d090ed

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 340bdfe commit 3d090ed

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,13 +39,13 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Check Out Repo (Commit)
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343
if: ${{ github.event_name != 'pull_request_target' }}
4444
with:
4545
persist-credentials: false
4646

4747
- name: Check Out Repo (PR)
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949
if: ${{ github.event_name == 'pull_request_target' }}
5050
with:
5151
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@v6
9+
- uses: actions/checkout@v7
1010
with:
1111
ref: ${{ github.event.pull_request.head.sha }}
1212
persist-credentials: false

0 commit comments

Comments
 (0)