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 }}
|
semver: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install GitVersion
|
- name: Install GitVersion
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: versionize
|
needs: versionize
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Build container images
|
- name: Build container images
|
||||||
run: |
|
run: |
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
environment: [ 'prd' ]
|
environment: [ 'prd' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
infrastructure
|
infrastructure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue