Skip to content

Commit

Permalink
Update actions/cache@v3 to actions/cache@v4 (#231)
Browse files Browse the repository at this point in the history
This will silence a warning about using Node 16, in favor of using Node
20.
  • Loading branch information
pvande authored Sep 30, 2024
1 parent 12da16f commit e56f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ runs:

- name: Cache Linters/Formatters
if: env.TRUNK_CHECK_MODE != 'none' && env.INPUT_CACHE == 'true'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.INPUT_CACHE_PATH }}
key: ${{ env.INPUT_CACHE_KEY }}
Expand Down

0 comments on commit e56f679

Please sign in to comment.