ci: Bump GHA actions versions

Github-Pull: #34802
Rebased-From: fadaa7db33
This commit is contained in:
MarcoFalke
2026-03-11 14:54:37 +01:00
committed by fanquake
parent e292a7b507
commit 1bc5233c19
2 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ runs:
esac
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4
with:
# Use host network to allow access to cirrus gha cache running on the host
driver-opts: |
@@ -28,7 +28,7 @@ runs:
# This is required to allow buildkit to access the actions cache
- name: Expose actions cache variables
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
Object.keys(process.env).forEach(function (key) {