Skip to content

Commit

Permalink
Merge pull request #71 from arnested/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/github-script-v4.0.2

Bump actions/github-script from 0.9.0 to v4.0.2
  • Loading branch information
arnested authored May 4, 2021
2 parents 87cadf6 + c54d328 commit abd5adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Major version tag
id: major-version
if: ${{ steps.version.outputs.new_tag }} != ""
uses: actions/github-script@0.9.0
uses: actions/github-script@v4.0.2
with:
script: |
core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])
Expand Down

0 comments on commit abd5adc

Please sign in to comment.