From 60a864add32cd2dd036a24e1e94a85ca2c1b573a Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:42:03 -0500 Subject: [PATCH] Update Version Bump action to latest (#10) --- .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 af1c720..827d67a 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -28,7 +28,7 @@ jobs: ref: version_bump_${{ github.event.inputs.version_number }} - name: Bump Version - csproj - uses: bitwarden/gh-actions/version-bump@0c263b3963211ccaf5804313c3b3a0bcc52d4b19 + uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945 with: version: ${{ github.event.inputs.version_number }} file_path: "./src/KeyConnector/KeyConnector.csproj" @@ -62,4 +62,4 @@ jobs: - [ ] Build/deploy pipeline (DevOps) - [X] Other ## Objective - Automated version bump to ${{ github.event.inputs.version_number }}" \ No newline at end of file + Automated version bump to ${{ github.event.inputs.version_number }}"