Skip to content

Commit

Permalink
chore(deps): update jacobtomlinson/gha-find-replace digest to 2ff30f6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2024
1 parent f7a6b84 commit 185cc9b
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Set release version in package.json
uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3
uses: jacobtomlinson/gha-find-replace@2ff30f644d2e0078fc028beb9193f5ff0dcad39e # 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@863001a682308a0a2405e69e645cb0899b5ee64b # v3
uses: jacobtomlinson/gha-find-replace@2ff30f644d2e0078fc028beb9193f5ff0dcad39e # 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@863001a682308a0a2405e69e645cb0899b5ee64b # v3
uses: jacobtomlinson/gha-find-replace@2ff30f644d2e0078fc028beb9193f5ff0dcad39e # v3
with:
find: '"version": "${{ inputs.releaseVersion }}"'
replace: '"version": "${{ inputs.nextDevelopmentVersion }}"'
Expand Down

0 comments on commit 185cc9b

Please sign in to comment.