Skip to content

Commit

Permalink
verbump actions/cache@4
Browse files Browse the repository at this point in the history
build errors thown:

  Node.js 16 actions are deprecated.
  Please update the following actions to use Node.js 20: actions/cache@v3.

For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Signed-off-by: Nic Boet <[email protected]>
Closes: #20
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
nabbi authored and arthurzam committed Feb 3, 2024
1 parent 8bb8c4f commit ba545e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: composite
steps:
- name: Cache pkgcheck
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/pkgcore
Expand Down

0 comments on commit ba545e3

Please sign in to comment.