Skip to content

Commit afc7d63

Browse files
Bump actions/github-script from 7 to 8 (#288)
1 parent 4f3517a commit afc7d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

2929
- name: Fail if not running on main branch
3030
if: ${{ github.ref != 'refs/heads/main' }}
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v8
3232
with:
3333
script: |
3434
core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main')
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Fail if not running on main branch
9292
if: ${{ github.ref != 'refs/heads/main' }}
93-
uses: actions/github-script@v7
93+
uses: actions/github-script@v8
9494
with:
9595
script: |
9696
core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main')

0 commit comments

Comments
 (0)