ci(github-action)!: Update actions/checkout action to v5
Some checks failed
Build and Push container / build_concierge_backend (pull_request) Failing after 0s
Some checks failed
Build and Push container / build_concierge_backend (pull_request) Failing after 0s
This commit is contained in:
parent
019be32404
commit
b4dbe0a652
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue