Skip to content

Commit 43649cf

Browse files
authored
Merge pull request #23 from blinklabs-io/dependabot/github_actions/actions/github-script-7
chore(deps): Bump actions/github-script from 5 to 7
2 parents 313fe22 + f8237b3 commit 43649cf

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
@@ -283,7 +283,7 @@ jobs:
283283
needs: [multi-arch-manifest]
284284
steps:
285285
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
286-
- uses: actions/github-script@v5
286+
- uses: actions/github-script@v7
287287
if: startsWith(github.ref, 'refs/tags/')
288288
with:
289289
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)