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 }} "