Skip to content

Commit a993666

Browse files
authored
Merge pull request gitgitgadget#2003 from gitgitgadget/dependabot/github_actions/actions/github-script-8
build(deps): bump actions/github-script from 7 to 8
2 parents 272e1d1 + 32e0207 commit a993666

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)