Skip to content

Commit d3db645

Browse files
authored
Merge pull request #55 from validatedpatterns/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 46b886a + b619029 commit d3db645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
persist-credentials: false
4242

@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Checkout repository
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979
with:
8080
persist-credentials: false
8181

0 commit comments

Comments
 (0)