1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

Update Version Bump action hash (#2115)

This commit is contained in:
Vince Grassia
2022-07-12 12:54:36 -04:00
committed by GitHub
parent ddd3e47df5
commit 62bf4c2385

View File

@ -27,10 +27,10 @@ jobs:
ref: version_bump_${{ github.event.inputs.version_number }}
- name: Bump Version - Props
uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945
uses: bitwarden/gh-actions/version-bump@6a42772f8849107fd457cf47cd9c7e224be44e55
with:
version: ${{ github.event.inputs.version_number }}
file_path: "./Directory.Build.props"
file_path: "Directory.Build.props"
- name: Commit files
run: |