Update actions/checkout action to v5
This commit is contained in:
parent
02a980eb79
commit
9cb1984c8f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/app.yml
vendored
6
.github/workflows/app.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
semver: ${{ steps.gitversion.outputs.SemVer }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install GitVersion
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: versionize
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Build container images
|
||||
run: |
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
matrix:
|
||||
environment: [ 'prd' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
sparse-checkout: |
|
||||
infrastructure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue