Update Version Bump action to latest (#2271)

This commit is contained in:
Vince Grassia 2022-01-18 10:31:10 -05:00 committed by GitHub
parent 31e433a49b
commit ab7fda888f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
ref: version_bump_${{ github.event.inputs.version_number }}
- name: Bump Version - Manifest
uses: bitwarden/gh-actions/version-bump@0c263b3963211ccaf5804313c3b3a0bcc52d4b19
uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945
with:
version: ${{ github.event.inputs.version_number }}
file_path: "./src/manifest.json"