Skip to content

Commit 5791c2b

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

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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
13+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
23+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2424
env:
2525
GITHUB_REF: ${{env.GITHUB_REF}}
2626
TAG_NAME: ${{ steps.increment_version.outputs.result }}

0 commit comments

Comments
 (0)