1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 21:23:39 +00:00

Update bitwarden/gh-actions in all workflows (#2958)

This commit is contained in:
Michał Chęciński
2023-05-24 16:02:46 +02:00
committed by GitHub
parent e08a4338d1
commit eb4e3a4cf9
6 changed files with 16 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Retrieve secrets
id: retrieve-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@34ecb67b2a357795dc893549df0795e7383ff50f
uses: bitwarden/gh-actions/get-keyvault-secrets@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b
with:
keyvault: "bitwarden-ci"
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase"
@@ -40,7 +40,7 @@ jobs:
run: git switch -c version_bump_${{ github.event.inputs.version_number }}
- name: Bump Version - Props
uses: bitwarden/gh-actions/version-bump@34ecb67b2a357795dc893549df0795e7383ff50f
uses: bitwarden/gh-actions/version-bump@c86ced0dc8c9daeecf057a6333e6f318db9c5a2b
with:
version: ${{ github.event.inputs.version_number }}
file_path: "Directory.Build.props"