Skip to content

Commit

Permalink
Merge pull request #432 from PHPCSStandards/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/jacobtomlinson/gha-find-replace-3

GH Actions: Bump jacobtomlinson/gha-find-replace from 2 to 3
  • Loading branch information
jrfnl committed Mar 4, 2023
2 parents 3a0f8ed + 9bc0625 commit be4f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-phpcs-versionnr.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
ref: ${{ steps.branches.outputs.BASE }}

- name: Update the version constant in the test file
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "const DEVMASTER = '[^']+';"
replace: "const DEVMASTER = '${{ steps.version.outputs.TAG }}';"
Expand Down

0 comments on commit be4f424

Please sign in to comment.