Skip to content

Commit 724289c

Browse files
Bump actions/github-script from 5 to 7 (#419)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5ab35e commit 724289c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs
1919
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
20-
uses: actions/github-script@v5
20+
uses: actions/github-script@v7
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323
script: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Checkout
1515

1616
- name: Create release
17-
uses: actions/github-script@v6
17+
uses: actions/github-script@v7
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020
script: |

0 commit comments

Comments
 (0)