chore: Update outdated GitHub Actions versions

Github-Pull: #34344
Rebased-From: 9482f00df0
This commit is contained in:
Padraic Slattery
2026-01-19 17:45:37 +01:00
committed by fanquake
parent 4fca124c0b
commit 5879b5a172
2 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,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: |
core.exportVariable('ACTIONS_CACHE_URL', process.env['ACTIONS_CACHE_URL'])