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