Skip to content

Commit

Permalink
ci(deps): update ci packages (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent e333d7b commit 9199630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@1be15efe6e43b3c3004b8528583b8aca580ae3d8 # master
uses: Homebrew/actions/setup-homebrew@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master

- name: Set up git
uses: Homebrew/actions/git-user-config@1be15efe6e43b3c3004b8528583b8aca580ae3d8 # master
uses: Homebrew/actions/git-user-config@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master

- name: Pull bottles
id: pr-pull
run: brew pr-pull --debug --retain-bottle-dir --no-upload --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"

- name: Generate build provenance
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
with:
subject-path: "${{ steps.pr-pull.outputs.bottle_path }}/*.tar.gz"

Expand All @@ -48,7 +48,7 @@ jobs:
run: brew pr-upload --debug

- name: Push commits
uses: Homebrew/actions/git-try-push@1be15efe6e43b3c3004b8528583b8aca580ae3d8 # master
uses: Homebrew/actions/git-try-push@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master
with:
token: ${{ github.token }}
branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@1be15efe6e43b3c3004b8528583b8aca580ae3d8 # master
uses: Homebrew/actions/setup-homebrew@68fa6aeb1ccb0596d311f2b34ec74ec21ee68e54 # master

- name: Cache Homebrew Bundler RubyGems
id: cache
Expand Down

0 comments on commit 9199630

Please sign in to comment.