Skip to content

Commit 1c2c056

Browse files
authored
Update actions/cache to actions/cache@v4 (#45)
Update actions/cache to actions/cache@v4
2 parents 175f756 + f201b78 commit 1c2c056

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)