Skip to content

Commit

Permalink
[gha] update broken create-pull-request action (#12304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored Mar 7, 2024
1 parent cff712f commit 02d6c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aptos-node-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
aptos_node_cargo_toml: aptos-node/Cargo.toml

- name: Create Pull Request
uses: peter-evans/create-pull-request@671dc9c9e0c2d73f07fa45a3eb0220e1622f0c5f # pin@v4
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # pin@v6.0.1
with:
add-paths: aptos-node
title: "[aptos-node] update release version"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-update-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Create Pull Request
if: ${{ steps.check_update.outputs.NEED_UPDATE == 'True' }}
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # [email protected]
with:
token: ${{ secrets.REPO_TOKEN }}
commit-message: "Update Docker images"
Expand Down

0 comments on commit 02d6c6f

Please sign in to comment.