Skip to content

Commit

Permalink
chore: Remove actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Apr 5, 2023
1 parent 2ad1c6c commit 5c79c1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
ruby: ["3.0", "3.1", "3.2"]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: /home/runner/bundle
key: bundle-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}
restore-keys: |
bundle-${{ matrix.ruby }}-
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5c79c1c

Please sign in to comment.