Skip to content

Commit

Permalink
Fix upgrade script (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Aug 19, 2024
1 parent 434c5a7 commit 7e48b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mega-linter-runner/lib/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,14 +476,14 @@ jobs:
},
// Create pull request action
{
regex: /peter-evans\/create-pull-request@v5/gm,
regex: /peter-evans\/create-pull-request@v(3|4|5)/gm,
replacement: `peter-evans/create-pull-request@v6`,
test: "peter-evans/create-pull-request@v5",
testRes: `peter-evans/create-pull-request@v6`,
},
// Auto-commit action
{
regex: /stefanzweifel\/git-auto-commit-action@v4/gm,
regex: /stefanzweifel\/git-auto-commit-action@v(2|3|4)/gm,
replacement: `stefanzweifel/git-auto-commit-action@v5`,
test: "stefanzweifel/git-auto-commit-action@v4",
testRes: `stefanzweifel/git-auto-commit-action@v5`,
Expand Down

0 comments on commit 7e48b0b

Please sign in to comment.