Skip to content

Commit 6658dbb

Browse files
Bump richardrigutins/replace-in-files from 2 to 3
Bumps [richardrigutins/replace-in-files](https://github.com/richardrigutins/replace-in-files) from 2 to 3. - [Release notes](https://github.com/richardrigutins/replace-in-files/releases) - [Changelog](https://github.com/richardrigutins/replace-in-files/blob/main/CHANGELOG.md) - [Commits](richardrigutins/replace-in-files@v2...v3) --- updated-dependencies: - dependency-name: richardrigutins/replace-in-files dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7f6cae commit 6658dbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-chocolatey.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v6
3131
- name: Replace the version placeholder
32-
uses: richardrigutins/replace-in-files@v2
32+
uses: richardrigutins/replace-in-files@v3
3333
with:
3434
files: ./pkgs/chocolatey/scala.nuspec
3535
search-text: '@LAUNCHER_VERSION@'
3636
replacement-text: ${{ inputs.version }}
3737
- name: Replace the URL placeholder
38-
uses: richardrigutins/replace-in-files@v2
38+
uses: richardrigutins/replace-in-files@v3
3939
with:
4040
files: ./pkgs/chocolatey/tools/chocolateyInstall.ps1
4141
search-text: '@LAUNCHER_URL@'
4242
replacement-text: ${{ inputs.url }}
4343
- name: Replace the CHECKSUM placeholder
44-
uses: richardrigutins/replace-in-files@v2
44+
uses: richardrigutins/replace-in-files@v3
4545
with:
4646
files: ./pkgs/chocolatey/tools/chocolateyInstall.ps1
4747
search-text: '@LAUNCHER_SHA256@'

0 commit comments

Comments
 (0)