Skip to content

Commit 9c251bd

Browse files
authored
Merge pull request #182 from dokku/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 9ab571d + dff3130 commit 9c251bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
25+
- uses: actions/checkout@v7
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@v6
67+
- uses: actions/checkout@v7
6868
with:
6969
fetch-depth: 0
7070

0 commit comments

Comments
 (0)