Skip to content

Commit

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

Bump jacobtomlinson/gha-find-replace from 2 to 3
  • Loading branch information
emmaz90 authored Mar 14, 2024
2 parents 9b81f42 + 77eb1e0 commit 06350d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-license-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: "echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"

- name: Update LICENSE
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: ${{ env.PREVIOUS }}
replace: ${{ env.CURRENT }}
Expand Down

0 comments on commit 06350d8

Please sign in to comment.