File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Get yarn cache directory path
3333 id : yarn-cache-dir-path
3434 run : ' echo "::set-output name=dir::$(yarn cache dir)"'
35- - uses : actions/cache@v1
35+ - uses : actions/cache@v4
3636 id : yarn-cache
3737 with :
3838 path : ' ${{ steps.yarn-cache-dir-path.outputs.dir }}'
@@ -54,12 +54,12 @@ jobs:
5454 - name : Get yarn cache directory path
5555 id : yarn-cache-dir-path
5656 run : ' echo "::set-output name=dir::$(yarn cache dir)"'
57- - uses : actions/cache@v1
57+ - uses : actions/cache@v4
5858 id : yarn-cache
5959 with :
6060 path : ' ${{ steps.yarn-cache-dir-path.outputs.dir }}'
6161 key : ' ${{ runner.os }}-yarn-${{ hashFiles('' **/yarn.lock'' ) }}'
6262 restore-keys : |
6363 ${{ runner.os }}-yarn-
6464 - name : Lint project
65- uses : vtex/action-lint@master
65+ uses : vtex/action-lint@master
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Update GitHub actions/cache to v4
13+
1014## [ 0.8.0] - 2024-04-15
1115
1216### Added
You can’t perform that action at this time.
0 commit comments