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: |