Skip to content

Commit d2f5eb3

Browse files
fix hashes
1 parent da34b27 commit d2f5eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# ---------- vcpkg caching for Windows ----------
9494
- name: Export GitHub Actions cache environment variables
9595
if: runner.os == 'Windows'
96-
uses: actions/github-script@f28e33ca5a871399036e77b32d36c1fd9216e2ff # v7.0.1
96+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
9797
with:
9898
script: |
9999
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# ---------- vcpkg for Windows ----------
8888
- name: Export GitHub Actions cache environment variables
8989
if: runner.os == 'Windows'
90-
uses: actions/github-script@f28e33ca5a871399036e77b32d36c1fd9216e2ff # v7.0.1
90+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
9191
with:
9292
script: |
9393
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');

0 commit comments

Comments
 (0)