Skip to content

Commit c750dfd

Browse files
authored
Merge pull request #456 from blinklabs-io/dependabot/github_actions/actions/github-script-7
chore(deps): bump actions/github-script from 6 to 7
2 parents e237d1c + 4580644 commit c750dfd

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
@@ -14,7 +14,7 @@ jobs:
1414
RELEASE_ID: ${{ steps.create-release.outputs.result }}
1515
steps:
1616
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
17-
- uses: actions/github-script@v6
17+
- uses: actions/github-script@v7
1818
id: create-release
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)