Skip to content

Commit 6dd762d

Browse files
committed
Update actions from "brew tap-new"
Closes #28. Signed-off-by: Matthias Geier <705404+mgeier@users.noreply.github.com>
1 parent 2ad6f4f commit 6dd762d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
pr-pull:
88
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
99
runs-on: ubuntu-22.04
10+
permissions:
11+
contents: write
12+
packages: none
13+
pull-requests: write
1014
steps:
1115
- name: Set up Homebrew
1216
uses: Homebrew/actions/setup-homebrew@master

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
2424
restore-keys: ${{ runner.os }}-rubygems-
2525

26-
- name: Install Homebrew Bundler RubyGems
27-
if: steps.cache.outputs.cache-hit != 'true'
28-
run: brew install-bundler-gems
29-
3026
- run: brew test-bot --only-cleanup-before
3127

3228
- run: brew test-bot --only-setup
@@ -38,7 +34,7 @@ jobs:
3834

3935
- name: Upload bottles as artifact
4036
if: always() && github.event_name == 'pull_request'
41-
uses: actions/upload-artifact@main
37+
uses: actions/upload-artifact@v3
4238
with:
4339
name: bottles
4440
path: '*.bottle.*'

0 commit comments

Comments
 (0)