Skip to content

Commit f7ff5d7

Browse files
authored
Merge pull request #54 from Acris/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents cde1382 + 19099d2 commit f7ff5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Docker meta
1616
id: meta

0 commit comments

Comments
 (0)