Skip to content

Commit bfc72bb

Browse files
Bump actions/checkout from 5 to 6 (#16)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 d6219ef commit bfc72bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838

3939
- name: Set up QEMU
4040
uses: docker/setup-qemu-action@v3
@@ -133,7 +133,7 @@ jobs:
133133
name: Push README to Docker Hub
134134
steps:
135135
- name: git checkout
136-
uses: actions/checkout@v5
136+
uses: actions/checkout@v6
137137

138138
- name: push README to Dockerhub
139139
uses: christian-korneck/update-container-description-action@v1

0 commit comments

Comments
 (0)