Skip to content

Commit b69d874

Browse files
aduh95danielleadams
authored andcommitted
tools: fix create-or-update-pull-request-action hash on GHA
PR-URL: #43378 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tierney Cyren <[email protected]>
1 parent cf8a115 commit b69d874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/authors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: '0' # This is required to actually get all the authors
1717
persist-credentials: false
1818
- run: tools/update-authors.mjs # Run the AUTHORS tool
19-
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
19+
- uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
2020
# Creates a PR or update the Action's existing PR, or
2121
# no-op if the base branch is already up-to-date.
2222
env:

.github/workflows/license-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- run: ./tools/license-builder.sh # Run the license builder tool
18-
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
18+
- uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
1919
# Creates a PR or update the Action's existing PR, or
2020
# no-op if the base branch is already up-to-date.
2121
env:

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
- run: ${{ matrix.run }}
83-
- uses: gr2m/create-or-update-pull-request-action@466b1b84c3291c6c69bc56377a6de54a1f4a297c
83+
- uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f
8484
# Creates a PR or update the Action's existing PR, or
8585
# no-op if the base branch is already up-to-date.
8686
env:

0 commit comments

Comments
 (0)