diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3c8e966d..eeb0e684 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 }}' diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc8f3b4..245dfa3d 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 + +- Udated GitHub Actions cache@v1 to cache@v4 + ## [2.140.0] - 2025-03-13 ### Added