1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00

Fix version tags for gh workflows (#5402)

This commit is contained in:
Oscar Hinton
2023-05-09 11:44:05 +02:00
committed by GitHub
parent 5f825e10f9
commit 423fb453e2
8 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ jobs:
secrets: "brew-bump-workflow-pat"
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@dd221ff435f42fa8102b5871bb1929af9d76476c
uses: dawidd6/action-homebrew-bump-formula@dd221ff435f42fa8102b5871bb1929af9d76476c # v3.8.0
with:
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
token: ${{ steps.retrieve-secrets.outputs.brew-bump-workflow-pat }}