Skip to content

Commit d58c1a4

Browse files
Bump actions/cache from v1 to v2 (#132)
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...b820478) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2679ffe commit d58c1a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@master
1313

1414
- name: Cache gems
15-
uses: actions/cache@v1
15+
uses: actions/cache@v2
1616
with:
1717
path: vendor/bundle
1818
key: 2.7-gems-${{ hashFiles('Gemfile.lock') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@master
2424

2525
- name: Cache gems
26-
uses: actions/cache@v1
26+
uses: actions/cache@v2
2727
with:
2828
path: vendor/bundle
2929
key: ${{ matrix.ruby }}-gems-${{ hashFiles('Gemfile.lock') }}

0 commit comments

Comments
 (0)