ci: Bump GHA actions versions

This commit is contained in:
MarcoFalke
2026-03-11 14:54:37 +01:00
parent f25843d8ad
commit fadaa7db33
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ runs:
print("::warning title=Unknown input to configure docker action::Provided value was ${{ inputs.cache-provider }}")
- 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: |
@@ -23,7 +23,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) {