From 06596763cadb47c700e339d73e4719c696bb0626 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:42:04 +0000 Subject: [PATCH] chore(deps): update jacobtomlinson/gha-find-replace digest to 863001a --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}"'