From 62bf4c238573a8c82e8223ad974b44b3b596a1d1 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:54:36 -0400 Subject: [PATCH] Update Version Bump action hash (#2115) --- .github/workflows/version-bump.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index d622819f06..ddedb9150e 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -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: |