Skip to content

Commit

Permalink
Merge pull request #11 from magicdawn/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-7

chore(deps): bump actions/github-script from 6 to 7
  • Loading branch information
magicdawn authored May 10, 2024
2 parents 1592f19 + 0451613 commit 511e039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# v1.2.3 -> 1.2.3
- id: github-script
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const version = context.ref.slice('refs/tags/v'.length)
Expand Down

0 comments on commit 511e039

Please sign in to comment.