Skip to content

Commit a4cef1e

Browse files
chore: bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b89080a commit a4cef1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Open or update dead-link issue
4444
if: steps.dead-links.outputs.dead_count != '0'
45-
uses: actions/github-script@v7
45+
uses: actions/github-script@v8
4646
with:
4747
script: |
4848
const fs = require("fs");
@@ -92,7 +92,7 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Open or update monthly stale-entry review issue
95-
uses: actions/github-script@v7
95+
uses: actions/github-script@v8
9696
with:
9797
script: |
9898
const now = new Date().toISOString().slice(0, 10);

0 commit comments

Comments
 (0)