We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cbe41 commit c8c4722Copy full SHA for c8c4722
2 files changed
.github/workflows/publish.yml
.github/workflows/tests.yml
@@ -8,16 +8,16 @@ jobs:
8
test-bot:
9
strategy:
10
matrix:
11
- os: [ubuntu-latest, macos-latest]
+ os: [macos-latest]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Set up Homebrew
15
id: set-up-homebrew
16
- uses: Homebrew/actions/setup-homebrew@master
+ uses: Homebrew/actions/setup-homebrew@main
17
18
- name: Cache Homebrew Bundler RubyGems
19
id: cache
20
- uses: actions/cache@v1
+ uses: actions/cache@v3
21
with:
22
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
23
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
0 commit comments