Skip to content

Commit 5f34874

Browse files
Update actions/github-script action to v7.1.0 (#1843)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc21c4e commit 5f34874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- name: Increment version
1212
id: increment_version
13-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
13+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
1414
env:
1515
SHA: ${{ github.sha }}
1616
with:
@@ -20,7 +20,7 @@ runs:
2020
const {script} = require('${{ github.action_path }}/dist/increment_version.js')
2121
return await script(github, context)
2222
- name: Create release
23-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
23+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
2424
env:
2525
GITHUB_REF: ${{env.GITHUB_REF}}
2626
TAG_NAME: ${{ steps.increment_version.outputs.result }}

0 commit comments

Comments
 (0)