Skip to content

Commit 8f7b50f

Browse files
build(deps): 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 07d8903 commit 8f7b50f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pub-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
steps:
2424
- name: Check out the repo
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Log in to Docker Hub
2828
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out the repo
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: Build Docker image
2424
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf

0 commit comments

Comments
 (0)