Update actions/cache action to v4 (#4841)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-17 13:24:46 -06:00
committed by GitHub
parent 0b343abcb5
commit ec7ee76494

View File

@ -6,7 +6,7 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: '**/node_modules'