diff --git a/.github/workflows/patch-version.yml b/.github/workflows/patch-version.yml index 0d42501..f329000 100644 --- a/.github/workflows/patch-version.yml +++ b/.github/workflows/patch-version.yml @@ -13,7 +13,7 @@ jobs: ssh-key: ${{ secrets.GHA_DEPLOY_KEY }} - name: Patch version information id: patching - uses: nasa-jpl/patch-version@v2 + uses: nasa-jpl/patch-version@v3 with: commit_msg: "${{ github.event.head_commit.message }}" commit_sha: "${{ github.event.after }}"