Skip to content

Commit e9d187b

Browse files
Update actions/github-script action from v8.0.0 to v9 (.github/workflows/release-3-master-into-dev.yml) (#14700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1812598 commit e9d187b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-1-create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
branch: ${{ env.NEW_BRANCH }}
108108

109109
- name: Create Pull Request
110-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
110+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
111111
with:
112112
github-token: ${{ secrets.GITHUB_TOKEN }}
113113
script: |

.github/workflows/release-3-master-into-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
branch: ${{ env.NEW_BRANCH }}
9696

9797
- name: Create Pull Request
98-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
98+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9999
with:
100100
github-token: ${{ secrets.GITHUB_TOKEN }}
101101
script: |
@@ -171,7 +171,7 @@ jobs:
171171
branch: ${{ env.NEW_BRANCH }}
172172

173173
- name: Create Pull Request
174-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
174+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
175175
with:
176176
github-token: ${{ secrets.GITHUB_TOKEN }}
177177
script: |

0 commit comments

Comments
 (0)