Skip to content

Commit f76b638

Browse files
authored
build(deps): bump actions/github-script from 6 to 7 (#1473)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
2 parents 9a7c5fb + 10a5590 commit f76b638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maintainer-absence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: create-issue
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/github-script@v6
21+
- uses: actions/github-script@v7
2222
with:
2323
script: |
2424
const startDate = new Date('${{ github.event.inputs.startDate }}');

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ jobs:
630630
| sed -e 's/^"//' -e 's/"$//' | base64 -d >gcm-public.asc
631631
mv gcm-public.asc linux-artifacts
632632
633-
- uses: actions/github-script@v6
633+
- uses: actions/github-script@v7
634634
with:
635635
script: |
636636
const fs = require('fs');

0 commit comments

Comments
 (0)