Skip to content

Commit 00a96d5

Browse files
authored
Merge pull request #20 from blinklabs-io/dependabot/github_actions/actions/github-script-7
chore(deps): bump actions/github-script from 5 to 7
2 parents 17a84d7 + 643f891 commit 00a96d5

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
@@ -64,7 +64,7 @@ jobs:
6464
needs: [build-and-push-image]
6565
steps:
6666
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
67-
- uses: actions/github-script@v5
67+
- uses: actions/github-script@v7
6868
if: startsWith(github.ref, 'refs/tags/')
6969
with:
7070
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)