Skip to content

Commit 4ba6651

Browse files
authored
Merge pull request #51 from dokku/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents 83edf84 + 61c1cf6 commit 4ba6651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
DOKKU_VERSION: master
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
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@v3
67+
- uses: actions/checkout@v4
6868
with:
6969
fetch-depth: 0
7070

0 commit comments

Comments
 (0)