Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Aug 7, 2024
2 parents a16a8a6 + 05c491c commit c782574
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/brew-bump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: brew-bump
on:
# schedule:
# # Time is UTC, so below is running everyday at 8AM and 8PM PST
# - cron: '0 4,16 * * *'
# # Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
bump-casks:
runs-on: macos-latest
steps:
- uses: macauley/action-homebrew-bump-cask@v1
with:
# Required, custom GitHub access token with only the 'public_repo' scope enabled
token: ${{secrets.BUMP_CASK_TOKEN}}
# Bump all outdated casks in this tap
tap: Homebrew/homebrew-cask
# Bump only these casks if outdated
cask: pearcleaner
livecheck: false
dryrun: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br />
<strong>Status: </strong>Maintained
<br />
<strong>Version: </strong>3.8.3
<strong>Version: </strong>3.8.4
<br />
<a href="https://github.com/alienator88/Pearcleaner/releases"><strong>Download</strong></a>
·
Expand Down

0 comments on commit c782574

Please sign in to comment.