chore(deps): update actions/checkout action to v4
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 3s
PR Workflow / build (pull_request) Successful in 37s
PR Workflow / sbom-scan (pull_request) Failing after 48s
PR Workflow / container-build (pull_request) Successful in 1m39s
PR Workflow / generate-licences (pull_request) Successful in 1m1s
PR Workflow / container-sbom-scan (pull_request) Failing after 46s
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 3s
PR Workflow / build (pull_request) Successful in 37s
PR Workflow / sbom-scan (pull_request) Failing after 48s
PR Workflow / container-build (pull_request) Successful in 1m39s
PR Workflow / generate-licences (pull_request) Successful in 1m1s
PR Workflow / container-sbom-scan (pull_request) Failing after 46s
Signed-off-by: noreply@rainote.dev
This commit is contained in:
parent
04fe2b18c1
commit
3b21dfefff
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ jobs:
|
|||
node -v
|
||||
npm -v
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Build docs
|
||||
run: |
|
||||
set -e
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
needs: [docs, preprocess]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in a new issue