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

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2024-04-25 16:01:51 +00:00
parent 04fe2b18c1
commit 3b21dfefff

View file

@ -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