mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-14 01:25:09 +01:00
chore: Update outdated GitHub Actions versions
Github-Pull: #34344
Rebased-From: 9482f00df0
This commit is contained in:
committed by
fanquake
parent
fa91ad3420
commit
c57009eefc
2
.github/actions/configure-docker/action.yml
vendored
2
.github/actions/configure-docker/action.yml
vendored
@@ -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: |
|
||||
Object.keys(process.env).forEach(function (key) {
|
||||
|
||||
Reference in New Issue
Block a user