Skip to content

Commit

Permalink
Merge pull request #2361 from EIGHTFINITE/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…eter-evans/create-pull-request-7.0.0

Bump peter-evans/create-pull-request from 6.1.0 to 7.0.0
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
2 parents 3be2f88 + df216d4 commit aff69e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
then exit 1
fi
- id: cpr
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update README
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
then exit 1
fi
- id: cpr
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update downloadlist
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
sed -i "0,/\"npm\": \".*\"/s//\"npm\": \"$(cat bin/linux/x64/node/node-v$node_version-linux-x64/lib/node_modules/npm/package.json | python -c "import sys, json; print(json.load(sys.stdin)['version'])") || $(cat node_modules/npm/package.json | python -c "import sys, json; print(json.load(sys.stdin)['version'])")\"/" package.json
rm -r bin/ node_modules/
- id: cpr
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update engines
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
sed -i -z 's| "bundleDependencies": \[\n ".*"\n \]| "bundleDependencies": \[\n'"$(printf ' "%s",\\n' $(find node_modules/ -mindepth 2 -maxdepth 3 -type f -name 'package.json' -exec bash -c 'path={}; echo "${path:13:-13}"' ';' | sort) | sed '$ s/...$//')"'\n \]|' -- 'package.json'
rm -r node_modules/
- id: cpr
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update bundleDependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git log --format='%aN <%aE>%n%cN <%cE>' --all | sort -u > AUTHORS.txt
sort -muo .mailmap -- .mailmap AUTHORS.txt
- id: cpr
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update AUTHORS
Expand Down

0 comments on commit aff69e7

Please sign in to comment.