From 5bc95af810c57d600fd5202639b1f6e20e7da7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:20:08 +0000 Subject: [PATCH] Bump jacobtomlinson/gha-find-replace from 3.0.4 to 3.0.5 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](https://github.com/jacobtomlinson/gha-find-replace/compare/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] --- .github/workflows/version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 7420eacec..0f156a81a 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -110,13 +110,13 @@ jobs: separator: ' ' - name: Update SDUINO_VERSION date if: endsWith(matrix.file, '00_SIGNALduino.pm') - uses: jacobtomlinson/gha-find-replace@3.0.4 + uses: jacobtomlinson/gha-find-replace@3.0.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/gha-find-replace@3.0.4 + uses: jacobtomlinson/gha-find-replace@3.0.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 }} "