Skip to content

Commit c6ef45e

Browse files
authored
Merge pull request #16 from JuliaParallel/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9d2c54a + 9842ced commit c6ef45e

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@v4
51+
uses: actions/checkout@v5
5252

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

0 commit comments

Comments
 (0)