Skip to content

Commit 649fc4b

Browse files
Bump actions/checkout from 6 to 7 (#55)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7f219c commit 649fc4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

3232
steps:
3333
- name: Clone
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535

3636
- name: Build Docker Image
3737
run: |

.github/workflows/test.yml

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

2323
steps:
2424
- name: Clone
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Lint Image
2828
uses: hadolint/hadolint-action@v3.3.0

0 commit comments

Comments
 (0)