Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
workflows: cache v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Aug 6, 2020
1 parent 1171e4b commit 873dce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: setup
uses: Homebrew/actions/setup-homebrew@master
- name: Cache gems
uses: actions/cache@v2
uses: actions/cache@v1
with:
path: ${{steps.setup.outputs.gems-path}}
key: ${{runner.os}}-rubygems-${{steps.setup.outputs.gems-hash}}
Expand Down

0 comments on commit 873dce7

Please sign in to comment.