Skip to content

Commit 96eaf25

Browse files
dependabot[bot]outofcoffee
authored andcommitted
chore(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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]>
1 parent c91f7f3 commit 96eaf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Release Java assets
108108
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.java == '11' }}
109-
uses: actions/github-script@v6
109+
uses: actions/github-script@v7
110110
with:
111111
script: |
112112
const script = require('./.github/github-release.js')

0 commit comments

Comments
 (0)