From 447cba392720dd374049cb366e79f68e3d73e73c Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 9 Jun 2023 11:54:02 +0000 Subject: [PATCH] tools: update create-or-update-pull-request-action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the same commit SHA for this action as used in our other workflows. Refs: https://github.com/nodejs/node/pull/46169 Refs: https://github.com/nodejs/node/pull/45022#issuecomment-1290397901 PR-URL: https://github.com/nodejs/node/pull/48398 Reviewed-By: Marco Ippolito Reviewed-By: Ben Noordhuis Reviewed-By: Mestery Reviewed-By: Tobias Nießen --- .github/workflows/update-openssl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-openssl.yml b/.github/workflows/update-openssl.yml index 681629fd00e019..ee42ebdb778c7f 100644 --- a/.github/workflows/update-openssl.yml +++ b/.github/workflows/update-openssl.yml @@ -39,7 +39,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} - name: Create PR with first commit if: env.HAS_UPDATE - uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2 + uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Creates a PR with the new OpenSSL source code committed env: GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} @@ -62,7 +62,7 @@ jobs: - name: Add second commit # Adds a second commit to the PR with the generated platform-dependent files if: env.HAS_UPDATE - uses: gr2m/create-or-update-pull-request-action@df20b2c073090271599a08c55ae26e0c3522b329 # v1.9.2 + uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 env: GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} with: