Skip to content

Commit c8c4722

Browse files
committed
Update and cleanup github actions.
1 parent d5cbe41 commit c8c4722

2 files changed

Lines changed: 3 additions & 36 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-latest]
11+
os: [macos-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Set up Homebrew
1515
id: set-up-homebrew
16-
uses: Homebrew/actions/setup-homebrew@master
16+
uses: Homebrew/actions/setup-homebrew@main
1717

1818
- name: Cache Homebrew Bundler RubyGems
1919
id: cache
20-
uses: actions/cache@v1
20+
uses: actions/cache@v3
2121
with:
2222
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
2323
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)