Skip to content

Commit

Permalink
fix{version.yml]: Use gha-find-replace v3 which is also a valid tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Oct 13, 2024
1 parent cc7972d commit 39c058c
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/gha-find-replace@v3.0.4
uses: jacobtomlinson/gha-find-replace@3.0.4
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/gha-find-replace@v3.0.4
uses: jacobtomlinson/gha-find-replace@3.0.4
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 39c058c

Please sign in to comment.