Skip to content

Commit 32e0207

Browse files
build(deps): 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 272e1d1 commit 32e0207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-approve-dependabot-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v7
13+
- uses: actions/github-script@v8
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
script: |

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
working-directory: gitgitgadget
121121

122122
- name: Clean up two day old branches and PRs
123-
uses: actions/github-script@v7
123+
uses: actions/github-script@v8
124124
id: clean-up
125125
with:
126126
github-token: ${{ env.GGG_TOKEN }}

0 commit comments

Comments
 (0)