Skip to content

Commit 58dab2e

Browse files
Bump actions/checkout from 6 to 7 in the github-actions group (#60)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f8d40b commit 58dab2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 20
1919
steps:
2020
- name: Check out the repo
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
ref: ${{ github.head_ref || github.ref }}
2424
- name: Set imageName based on the repository name

0 commit comments

Comments
 (0)