diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3c8e966d..30439451 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -32,7 +32,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path run: 'echo "::set-output name=dir::$(yarn cache dir)"' - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: yarn-cache with: path: '${{ steps.yarn-cache-dir-path.outputs.dir }}' @@ -54,7 +54,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path run: 'echo "::set-output name=dir::$(yarn cache dir)"' - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: yarn-cache with: path: '${{ steps.yarn-cache-dir-path.outputs.dir }}' @@ -62,4 +62,4 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - name: Lint project - uses: vtex/action-lint@master + uses: vtex/action-lint@master \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 889d29a9..e55d80b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +- Update GitHub actions/cache to v4 + ## [2.68.0] - 2024-09-05 ### Added - Prop `splitItem` of `minicart-product-list`