Skip to content

Commit 6e4cbd7

Browse files
chore(deps): bump actions/github-script from 5 to 6 (#1023)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 729f09a commit 6e4cbd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/label_pr_on_title.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github.event.workflow_run.conclusion == 'success' }}
1717
steps:
1818
- name: 'Download artifact'
19-
uses: actions/github-script@v5
19+
uses: actions/github-script@v6
2020
# For security, we only download artifacts tied to the successful PR recording workflow
2121
with:
2222
script: |
@@ -42,7 +42,7 @@ jobs:
4242
- run: unzip pr.zip
4343

4444
- name: 'Label PR based on title'
45-
uses: actions/github-script@v5
45+
uses: actions/github-script@v6
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
# This safely runs in our base repo, not on fork

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
keep_files: true
110110
destination_dir: latest/api
111111
- name: Close issues related to this release
112-
uses: actions/github-script@v5
112+
uses: actions/github-script@v6
113113
with:
114114
script: |
115115
const post_release = require('.github/workflows/post_release.js')

0 commit comments

Comments
 (0)