Skip to content

Commit 3dc5ede

Browse files
authored
Merge pull request #570 from arnested/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 724cefc + cb4cfdb commit 3dc5ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Major version tag
4141
id: major-version
4242
if: ${{ (steps.dist.outputs.changed == 'true') && (steps.version.outputs.new_tag != '') }}
43-
uses: actions/github-script@v8
43+
uses: actions/github-script@v9
4444
with:
4545
script: |
4646
core.setOutput('tag', '${{ steps.version.outputs.new_tag }}'.split('.')[0])

0 commit comments

Comments
 (0)