Skip to content

Commit

Permalink
Merge pull request ain-soph#69 from ain-soph/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/github-script-5

Bump actions/github-script from 4 to 5
  • Loading branch information
ain-soph authored Oct 4, 2021
2 parents 523dca7 + c648ac2 commit 384fc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: version
id: get-version
uses: actions/github-script@v4
uses: actions/github-script@v5
with:
script: return context.payload.release.tag_name.substring(1)
result-encoding: string
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- name: version
id: get-version
uses: actions/github-script@v4
uses: actions/github-script@v5
with:
script: return context.payload.release.tag_name.substring(1)
result-encoding: string
Expand Down

0 comments on commit 384fc3f

Please sign in to comment.