Skip to content

Commit 561f1b8

Browse files
⬆️ Bump actions/cache from 4 to 5 (#3988)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14a47bd commit 561f1b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
run: echo "::set-output name=dir::$(yarn cache dir)"
4444

4545
- name: Cache yarn
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ${{ steps.yarn-cache.outputs.dir }}
4949
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
5050
restore-keys: |
5151
${{ runner.os }}-yarn-
5252
5353
- name: Cache gems
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: vendor/bundle
5757
key: ${{ runner.os }}-gem-v1-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)