Merge pull request #279 from dokku/dependabot/github_actions/actions/checkout-3

chore(deps): bump actions/checkout from 2 to 3
This commit is contained in:
josegonzalez
2023-02-07 18:14:18 -05:00
committed by GitHub

View File

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