Skip to content

Commit da12627

Browse files
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 947609e commit da12627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
RELEASE_ID: ${{ steps.create-release.outputs.result }}
1616
steps:
1717
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
18-
- uses: actions/github-script@v6
18+
- uses: actions/github-script@v7
1919
id: create-release
2020
if: startsWith(github.ref, 'refs/tags/')
2121
with:
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
needs: [create-draft-release, build-binaries, build-images]
124124
steps:
125-
- uses: actions/github-script@v6
125+
- uses: actions/github-script@v7
126126
if: startsWith(github.ref, 'refs/tags/')
127127
with:
128128
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)