Skip to content

Commit

Permalink
ci(deps): update ci packages (#59)
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 2, 2024
1 parent 2b65c91 commit 24f4d14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Run pre-commit
uses: nikaro/actions/pre-commit@14aa995fffd9335664b85b187220a6dd41dd4b8e # 1.6.2
uses: nikaro/actions/pre-commit@034b5e995ae7de67fb5f813951e3678085f7d129 # 1.6.3
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@a6188048cd0171bb4cac956feeff00e588500e7d # master
uses: Homebrew/actions/setup-homebrew@fa50f0d55f868c116e78d01ecb9321abd71b54f0 # master

- name: Set up git
uses: Homebrew/actions/git-user-config@a6188048cd0171bb4cac956feeff00e588500e7d # master
uses: Homebrew/actions/git-user-config@fa50f0d55f868c116e78d01ecb9321abd71b54f0 # master

- name: Pull bottles
id: pr-pull
Expand All @@ -48,7 +48,7 @@ jobs:
run: brew pr-upload --debug

- name: Push commits
uses: Homebrew/actions/git-try-push@a6188048cd0171bb4cac956feeff00e588500e7d # master
uses: Homebrew/actions/git-try-push@fa50f0d55f868c116e78d01ecb9321abd71b54f0 # 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@a6188048cd0171bb4cac956feeff00e588500e7d # master
uses: Homebrew/actions/setup-homebrew@fa50f0d55f868c116e78d01ecb9321abd71b54f0 # 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 @@ -34,7 +34,7 @@ repos:
- id: yamllint

- repo: https://github.com/rhysd/actionlint
rev: v1.7.0
rev: v1.7.1
hooks:
- id: actionlint

Expand Down

0 comments on commit 24f4d14

Please sign in to comment.