Skip to content

Commit 18148f4

Browse files
github action updates: bump actions/github-script from 6 to 8 (#26)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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 ab1b62a commit 18148f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabotautomerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.actor == 'dependabot[bot]'
2020
steps:
2121
- name: automerge
22-
uses: actions/github-script@v8.0.0
22+
uses: actions/github-script@v8
2323
with:
2424
script: |
2525
github.rest.pulls.createReview({

.github/workflows/rebase-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Rebase Dependabot open PRs
22-
uses: actions/github-script@v6
22+
uses: actions/github-script@v8
2323
with:
2424
script: |
2525
const owner = context.repo.owner;

0 commit comments

Comments
 (0)