Skip to content

Commit

Permalink
Bump jacobtomlinson/gha-find-replace from 3.0.4 to 3.0.5
Browse files Browse the repository at this point in the history
Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases)
- [Commits](jacobtomlinson/gha-find-replace@3.0.4...3.0.5)

---
updated-dependencies:
- dependency-name: jacobtomlinson/gha-find-replace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 3d72c83 commit dd67ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
separator: ' '
- name: Update SDUINO_VERSION date
if: endsWith(matrix.file, '00_SIGNALduino.pm')
uses: jacobtomlinson/[email protected].4
uses: jacobtomlinson/[email protected].5
with:
find: \w+\s+=>\s\'\d.\d.\d\+\d+\'
replace: "SDUINO_VERSION => '${{ steps.versions.outputs._1 }}+${{ needs.metadata.outputs.date }}'"
include: "${{ matrix.files }}"
- name: Update Date in ID line
uses: jacobtomlinson/[email protected].4
uses: jacobtomlinson/[email protected].5
with:
find: \d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\dZ\s[\w|-]+\s
replace: "${{ needs.metadata.outputs.datetime }}Z ${{ github.event.pull_request.user.login }} "
Expand Down

0 comments on commit dd67ca7

Please sign in to comment.