Skip to content

Commit 6ac821a

Browse files
authored
Merge pull request #1111 from backstage/renovate/actions-github-script-8.x
Update actions/github-script action to v8
2 parents 5fcbfea + a10415c commit 6ac821a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
git push origin topic/v${{ steps.set_release_name.outputs.release_version }}
9696
- name: 'Create Pull Request'
9797
if: ${{ steps.check_for_changes.outputs.HAS_CHANGES == 1 }}
98-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
98+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
9999
with:
100100
github-token: ${{secrets.GH_SERVICE_ACCOUNT_TOKEN}}
101101
script: |

0 commit comments

Comments
 (0)