1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 12:43:14 +00:00

Update 'master' to 'main' (#3427)

This commit is contained in:
Vince Grassia
2023-11-08 13:08:15 -05:00
committed by GitHub
parent 81868dc5a3
commit 6aa763a854
5 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Retrieve secrets
id: retrieve-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@master
uses: bitwarden/gh-actions/get-keyvault-secrets@main
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@master
uses: bitwarden/gh-actions/version-bump@main
with:
version: ${{ github.event.inputs.version_number }}
file_path: "Directory.Build.props"