Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
necr0z committed Dec 26, 2023
1 parent 48e83c4 commit 6cd89a6
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,16 @@ jobs:
- name: Update brew
run: brew update

# Update Homebrew's Inso(mnia) formulae
# https://github.com/Homebrew/actions/tree/master/bump-formulae
- name: Bump Inso (Beta) Formula
uses: Homebrew/actions/bump-formulae@master
with:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
formulae: inso-beta
- name: Bump Inso Formula
uses: Homebrew/actions/bump-formulae@master
with:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
formulae: inso
- name: Bump Insomnium Formula
uses: Homebrew/actions/bump-formulae@master

- name: Bump Inso-beta, Insomnia, Insomnium Packages
uses: Homebrew/actions/bump-packages@master
with:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
# Bump only these formulae if outdated
formulae: insomnia

formulae: |
inso-beta
inso
insomnia
- name: Homebrew bump cask
uses: macauley/action-homebrew-bump-cask@v1.0.0
Expand Down

0 comments on commit 6cd89a6

Please sign in to comment.