Skip to content

Commit

Permalink
Bump actions/cache from v1 to v2 (#132)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 26, 2020
1 parent 2679ffe commit d58c1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@master

- name: Cache gems
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: vendor/bundle
key: 2.7-gems-${{ hashFiles('Gemfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@master

- name: Cache gems
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ matrix.ruby }}-gems-${{ hashFiles('Gemfile.lock') }}
Expand Down

0 comments on commit d58c1a4

Please sign in to comment.