Browse Source

Update Version Bump action hash (#2115)

pull/2116/head
Vince Grassia 3 years ago committed by GitHub
parent
commit
62bf4c2385
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,10 +27,10 @@ jobs: @@ -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: |

Loading…
Cancel
Save