Skip to content

Commit 85dd305

Browse files
authored
Merge pull request #139 from blinklabs-io/dependabot/github_actions/actions/github-script-7
chore(deps): bump actions/github-script from 6 to 7
2 parents 2b6ef02 + da12627 commit 85dd305

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)