Skip to content

Commit 10a5590

Browse files
build(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df96311 commit 10a5590

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)