Skip to content

Commit c3c1a46

Browse files
Bump actions/github-script action to v9 (#1493)
| datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v8.0.0 | v9.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47116d1 commit c3c1a46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
done
273273
274274
- name: Draft release
275-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
275+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
276276
with:
277277
github-token: ${{ secrets.COSTELLOBOT_TOKEN }}
278278
script: |

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Create pull request
151151
if: steps.push-changes.outputs.updated-version == 'true'
152-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
152+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
153153
env:
154154
BASE_BRANCH: ${{ github.event.repository.default_branch }}
155155
HEAD_BRANCH: ${{ steps.push-changes.outputs.branch-name }}
@@ -217,7 +217,7 @@ jobs:
217217
steps:
218218

219219
- name: Close milestone
220-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
220+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
221221
env:
222222
RELEASE_DATE: ${{ github.event.release.published_at }}
223223
RELEASE_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)