Skip to content

Commit b62d579

Browse files
authored
Merge pull request #65 from vtex-apps/update-actions-cache-version
Update actions/cache to actions/cache@v4
2 parents 6f0364b + f0423d6 commit b62d579

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.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,7 +54,7 @@ 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 }}'
@@ -64,4 +64,4 @@ jobs:
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

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](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

0 commit comments

Comments
 (0)