1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-21 17:03:06 +00:00

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

chore(deps): bump actions/checkout from 2 to 4
This commit is contained in:
Jose Diaz-Gonzalez 2024-09-14 01:33:19 -04:00 committed by GitHub
commit b07e670e70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0