Merge pull request #351 from dokku/dependabot/github_actions/actions/checkout-5

chore(deps): bump actions/checkout from 4 to 5
This commit is contained in:
Jose Diaz-Gonzalez
2025-08-12 11:36:22 -04:00
committed by GitHub

View File

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