Skip to content

Commit 6566119

Browse files
build(deps): bump actions/github-script from 6 to 7 (#53)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b72c433 commit 6566119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Create release
4444
if: steps.update.outputs.updated == 'true'
45-
uses: actions/github-script@v6
45+
uses: actions/github-script@v7
4646
env:
4747
NIX_RELEASE: ${{ steps.update.outputs.nix_release }}
4848
with:
@@ -109,7 +109,7 @@ jobs:
109109
run: .ci/push-containers.sh
110110

111111
- name: Mark full release
112-
uses: actions/github-script@v6
112+
uses: actions/github-script@v7
113113
env:
114114
NIX_RELEASE: ${{ needs.update.outputs.nix_release }}
115115
with:

0 commit comments

Comments
 (0)