Skip to content

Commit 0d1c3ac

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#43)
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 a212c71 commit 0d1c3ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Approve PR
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
with:
2121
script: |
2222
const prNum = (context.eventName === 'workflow_dispatch')

.github/workflows/dependabot-automerge.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]'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v7
13+
- uses: actions/github-script@v8
1414
with:
1515
script: |
1616
const id = context.payload.pull_request.node_id;

0 commit comments

Comments
 (0)