From 41d0cfe1cce641b3a35034ab327e8da54c655b1a Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Sat, 3 Aug 2024 23:09:17 -0600 Subject: [PATCH 1/3] Create brew-bump.yml --- .github/workflows/brew-bump.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/brew-bump.yml diff --git a/.github/workflows/brew-bump.yml b/.github/workflows/brew-bump.yml new file mode 100644 index 0000000..63feb5d --- /dev/null +++ b/.github/workflows/brew-bump.yml @@ -0,0 +1,22 @@ +name: bump-ham-casks +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 From 91f4ddd1a4447727221f3e88077929ed21e50020 Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Sat, 3 Aug 2024 23:13:58 -0600 Subject: [PATCH 2/3] Update brew-bump.yml --- .github/workflows/brew-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/brew-bump.yml b/.github/workflows/brew-bump.yml index 63feb5d..a1d622e 100644 --- a/.github/workflows/brew-bump.yml +++ b/.github/workflows/brew-bump.yml @@ -1,4 +1,4 @@ -name: bump-ham-casks +name: brew-bump on: # schedule: # # Time is UTC, so below is running everyday at 8AM and 8PM PST From 05c491cda54b83e955d8de3bbb0c8c74a65f868a Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Mon, 5 Aug 2024 09:45:21 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd0f4b..65a52d6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
Status: Maintained
- Version: 3.8.3 + Version: 3.8.4
Download ยท