Skip to content

Commit 7893b08

Browse files
authored
Merge pull request #369 from dokku/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 32f1c14 + 34e48c6 commit 7893b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
DOKKU_VERSION: master
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

@@ -64,7 +64,7 @@ jobs:
6464
DOKKU_TAG: v0.19.0
6565

6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
with:
6969
fetch-depth: 0
7070

0 commit comments

Comments
 (0)