Skip to content

Commit ec772a5

Browse files
authored
Bump actions/github-script from 8 to 9 (#83)
2 parents a657432 + 326d457 commit ec772a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/major.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Find major tag
2727
id: major-tag
28-
uses: actions/github-script@v8
28+
uses: actions/github-script@v9
2929
with:
3030
result-encoding: string
3131
script: |
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Create major version tag
4646
if: steps.major-tag.outputs.result == '0'
47-
uses: actions/github-script@v8
47+
uses: actions/github-script@v9
4848
with:
4949
script: |
5050
github.rest.git.createRef({
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Move major version tag
5757
if: steps.major-tag.outputs.result == '1'
58-
uses: actions/github-script@v8
58+
uses: actions/github-script@v9
5959
with:
6060
script: |
6161
github.rest.git.updateRef({

0 commit comments

Comments
 (0)