Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v6.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 0f62c40 commit 4cd9056
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/[email protected].2
uses: peter-evans/[email protected].3
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/[email protected].2
uses: peter-evans/[email protected].3
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/[email protected].2
uses: peter-evans/[email protected].3
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/[email protected].2
uses: peter-evans/[email protected].3
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/[email protected].2
uses: peter-evans/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update AUTHORS
Expand Down

0 comments on commit 4cd9056

Please sign in to comment.