Browse Source

Update Version Bump action to latest (#445)

pull/2722/head^2
Vince Grassia 4 years ago committed by GitHub
parent
commit
b6c8307437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/version-bump.yml

4
.github/workflows/version-bump.yml

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

Loading…
Cancel
Save