tools: fix find-inactive actions

PR-URL: https://github.com/nodejs/node/pull/43377
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
Livia Medeiros
2022-06-11 17:27:04 +08:00
committed by GitHub
parent 3987d6b44e
commit e227e5285d
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
run: tools/find-inactive-collaborators.mjs
- name: Open pull request
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
# Creates a PR or update the Action's existing PR, or
# no-op if the base branch is already up-to-date.
env:

View File

@@ -39,7 +39,7 @@ jobs:
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV
- name: Open pull request
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
# Creates a PR or update the Action's existing PR, or
# no-op if the base branch is already up-to-date.
env: