Skip to content

Commit 59f6054

Browse files
Bump actions/checkout from 5 to 6
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>
1 parent ba6c5a8 commit 59f6054

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- linux/arm64/v8
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Convert image name to lowercase
2626
run: |
@@ -103,7 +103,7 @@ jobs:
103103
uses: docker/setup-buildx-action@v3
104104

105105
- name: Checkout repository
106-
uses: actions/checkout@v5
106+
uses: actions/checkout@v6
107107

108108
- name: Docker meta
109109
id: meta

0 commit comments

Comments
 (0)