Skip to content

Commit 37a0510

Browse files
chore: bump actions/github-script from 7 to 8 (#3)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bb8b5c commit 37a0510

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maintenance.yml

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

0 commit comments

Comments
 (0)