Skip to content

Commit 4294512

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#31697)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c9ec72 commit 4294512

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ghcr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Delete untagged images
13-
uses: actions/github-script@v8
13+
uses: actions/github-script@v9
1414
with:
1515
github-token: ${{ secrets.GH_TOKEN }}
1616
script: |

.github/workflows/issue_bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: zhc
3232

3333
- name: Comment on new device support/external converter issue
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@v9
3535
with:
3636
script: |
3737
const {newDeviceSupport} = await import("${{ github.workspace }}/z2m/scripts/issueBot.mjs")

0 commit comments

Comments
 (0)