Skip to content

Commit fbd47d2

Browse files
authored
Merge pull request #48 from blinklabs-io/dependabot/github_actions/actions/github-script-7
chore(deps): Bump actions/github-script from 5 to 7
2 parents 09ef7fd + c7bedc5 commit fbd47d2

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

0 commit comments

Comments
 (0)