Skip to content

Commit

Permalink
build: fix github release workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Sep 5, 2022
1 parent 2204700 commit f6b700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
needs: github_release
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3.6
- uses: mislav/bump-homebrew-formula-action@v2
with:
formula-name: ghz
env:
Expand All @@ -167,7 +167,7 @@ jobs:
core.setOutput('nov', no_v)
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit f6b700a

Please sign in to comment.