Skip to content

Commit

Permalink
Update github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 20, 2024
1 parent 48a54b1 commit 0cb3736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/[email protected]
with:
submodules: true
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/[email protected]
with:
submodules: true
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
Expand Down

0 comments on commit 0cb3736

Please sign in to comment.