Skip to content

Commit

Permalink
chore(deps): update jacobtomlinson/gha-find-replace digest to 863001a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent f1d94ef commit 0659676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ 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 }}"'
include: package.json
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 }}'
Expand Down Expand Up @@ -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 }}"'
Expand Down

0 comments on commit 0659676

Please sign in to comment.