diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de48aa5..707c90c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set release version in package.json - uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3 + uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3 with: find: '"version": "[0-9\.]+(-SNAPSHOT)?"' replace: '"version": "${{ inputs.releaseVersion }}"' @@ -38,7 +38,7 @@ jobs: regex: true - name: Set release version in README example - uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3 + uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3 with: find: 'infra-report-action@v[0-9\.]+' replace: 'infra-report-action@v${{ inputs.releaseVersion }}' @@ -83,7 +83,7 @@ jobs: } - name: Set development version in package.json - uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3 + uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3 with: find: '"version": "${{ inputs.releaseVersion }}"' replace: '"version": "${{ inputs.nextDevelopmentVersion }}"'