Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update actions/cache@v3 to actions/cache@v4
This will silence a warning about using Node 16, in favor of using Node 20.
  • Loading branch information
pvande authored Mar 8, 2024
commit 86220d2bb26dfe0bd9f251a59adc2776305ab665
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,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