Update actions/cache to v4 (updates node 16->20) (#29025)

This commit is contained in:
Matt Jankowski 2024-01-31 11:55:50 -05:00 committed by GitHub
parent 738dba0cf7
commit dd934ebb07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ runs:
shell: bash
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}