Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

build(deps): bump actions/cache from 1 to 3.0.11 #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Cache Bundler RubyGems
uses: actions/cache@v1
uses: actions/cache@v3.0.11
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- run: brew config

- name: Cache Bundler RubyGems
uses: actions/cache@v1
uses: actions/cache@v3.0.11
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Cache Bundler RubyGems
uses: actions/cache@v1
uses: actions/cache@v3.0.11
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand All @@ -222,7 +222,7 @@ jobs:
run: mkdir tests

- name: Cache parallel tests log
uses: actions/cache@v1
uses: actions/cache@v3.0.11
with:
path: tests
key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }}
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
run: mkdir tests

- name: Cache parallel tests log
uses: actions/cache@v1
uses: actions/cache@v3.0.11
with:
path: tests
key: ${{ runner.os }}-parallel_runtime_rspec-${{ github.sha }}
Expand Down