1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-11-25 05:33:31 +00:00

Merge pull request #84 from dokku/dependabot/github_actions/actions/checkout-6

chore(deps): bump actions/checkout from 5 to 6
This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 19:49:32 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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