File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 || '');
Original file line number Diff line number Diff line change 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 || '');
You can’t perform that action at this time.
0 commit comments