Skip to content

Commit

Permalink
chore: Fix GitHub actions deprecation warnings
Browse files Browse the repository at this point in the history
actions/github-script@v6 is a Node.js 16 action, and Node.js 16 actions
have been deprecated.
  • Loading branch information
robinlinden committed Mar 28, 2024
1 parent da43876 commit 7572888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
submodules: recursive
- name: Export GitHub Actions cache environment variables
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 7572888

Please sign in to comment.