Skip to content

Commit 764058f

Browse files
authored
Merge pull request #3 from blinklabs-io/dependabot/github_actions/actions/github-script-7
build(deps): Bump actions/github-script from 5 to 7
2 parents bec02ff + 7edc6a8 commit 764058f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
needs: [multi-arch-manifest]
292292
steps:
293293
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
294-
- uses: actions/github-script@v5
294+
- uses: actions/github-script@v7
295295
if: startsWith(github.ref, 'refs/tags/')
296296
with:
297297
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)