Skip to content

Commit ca32568

Browse files
[deps]: Update actions/github-script action to v9 (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6595448 commit ca32568

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pack-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Parse package
2828
id: parse-package
29-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3030
env:
3131
_REF: ${{ github.ref }}
3232
with:
@@ -64,7 +64,7 @@ jobs:
6464
IS_PRERELEASE: ${{ inputs.prerelease }}
6565

6666
- name: Create GitHub Release
67-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
67+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6868
env:
6969
_PACKAGE: ${{ steps.parse-package.outputs.result }}
7070
_CURRENT_VERSION: ${{ steps.current-version.outputs.VERSION }}

.github/workflows/start-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
working-directory: "${{ env.PACKAGE_DIRECTORY }}/src"
7171

7272
- name: Create release candidate branch
73-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
73+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7474
env:
7575
_PACKAGE: ${{ inputs.package }}
7676
_CURRENT_VERSION: ${{ steps.current-version.outputs.VERSION }}

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
Write-Output "NEW_VERSION=$NEW_VERSION" >> $Env:GITHUB_OUTPUT
6666
6767
- name: Create version bump commit
68-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
68+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6969
env:
7070
_INPUT_PACKAGE: ${{ inputs.package }}
7171
_NEW_VERSION: ${{ steps.version-bumper.outputs.NEW_VERSION }}

0 commit comments

Comments
 (0)