Skip to content

Commit 2964372

Browse files
authored
Merge pull request #17 from JuliaParallel/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c6ef45e + 4a1ec0a commit 2964372

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
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949

5050
- name: Checkout repository
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252

5353
# Docker is terrible and doesn't like uppercase image names.
5454
- name: Lowercase image name

0 commit comments

Comments
 (0)