File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 }}'
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 }}'
6464 - name : yarn install
6565 run : yarn install --frozen-lockfile
6666 - name : Lint project
67- uses : vtex/action-lint@master
67+ 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](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Update GitHub actions/cache to v4
13+
1014## [ 0.10.1] - 2023-06-28
1115
1216### Fixed
You can’t perform that action at this time.
0 commit comments