Skip to content

Commit

Permalink
Merge pull request #1280 from RFD-FHEM/dependabot/github_actions/jaco…
Browse files Browse the repository at this point in the history
…btomlinson/gha-find-replace-3.0.5

Bump jacobtomlinson/gha-find-replace from 3.0.4 to 3.0.5
  • Loading branch information
sidey79 authored Feb 15, 2025
2 parents 6f85c5c + 63090c1 commit 29b41e8
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 29b41e8

Please sign in to comment.