Merge pull request #223 from dokku/dependabot/github_actions/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Jose Diaz-Gonzalez
2023-09-06 23:45:02 -04:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ jobs:
DOKKU_VERSION: master
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -64,7 +64,7 @@ jobs:
DOKKU_TAG: v0.19.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0