Skip to content

Commit 67fbed8

Browse files
authored
Bump actions/github-script from 7 to 8 (#49)
2 parents 5beb39b + d362b55 commit 67fbed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@v7
28+
uses: actions/github-script@v8
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@v7
47+
uses: actions/github-script@v8
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@v7
58+
uses: actions/github-script@v8
5959
with:
6060
script: |
6161
github.rest.git.updateRef({

0 commit comments

Comments
 (0)