Skip to content

Commit

Permalink
Bump actions (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 authored Jun 6, 2024
1 parent b390608 commit a9ee67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DANGEROUS-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
if: github.event.pull_request.user.login == 'Hiroshiba'
steps:
- name: Check commit format
uses: Homebrew/actions/check-commit-format@f8529d751bbdb8b6444f84c46aa374d66d467931
uses: Homebrew/actions/check-commit-format@24e465905d82014ef1220158da9e9d369425407b
with:
token: ${{ secrets.BUMP_CASK_TOKEN }}
- name: Label pull request
uses: Homebrew/actions/label-pull-requests@f8529d751bbdb8b6444f84c46aa374d66d467931
uses: Homebrew/actions/label-pull-requests@24e465905d82014ef1220158da9e9d369425407b
if: always()
with:
token: ${{ secrets.BUMP_CASK_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Get changed casks
id: changed-casks
uses: tj-actions/changed-files@v40.1.1
uses: tj-actions/changed-files@v44
with:
files: |
Casks/*.rb
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Cache Homebrew Gems
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ matrix.runner }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand Down

0 comments on commit a9ee67f

Please sign in to comment.