Skip to content

Commit

Permalink
ci(deps): update ci packages (#79)
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 Jul 15, 2024
1 parent ede048a commit 0a75650
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master
uses: Homebrew/actions/setup-homebrew@f431f4234f84a6abc61649940bbd826437428679 # master

- name: Set up git
uses: Homebrew/actions/git-user-config@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master
uses: Homebrew/actions/git-user-config@f431f4234f84a6abc61649940bbd826437428679 # 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@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
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@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master
uses: Homebrew/actions/git-try-push@f431f4234f84a6abc61649940bbd826437428679 # 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@c9f08aca9aec970dd6a95b67a5a49086b548ebe0 # master
uses: Homebrew/actions/setup-homebrew@f431f4234f84a6abc61649940bbd826437428679 # master

- name: Cache Homebrew Bundler RubyGems
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.6"
rev: "0.29.0"
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 0a75650

Please sign in to comment.