Skip to content

Commit 402aeb4

Browse files
committed
Update actions/github-script action to v8
skip-release-and-release-note: true GitOrigin-RevId: d6f878e8086b18cb067167341a9c1b8f1ad019c8
1 parent 91ef9cb commit 402aeb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Tag release (when not pre-release) 🏷️
124124
id: github-tag
125125
if: ${{ !contains( steps.build.outputs.octoversion_fullsemver, '-' ) }}
126-
uses: actions/github-script@v7
126+
uses: actions/github-script@v8
127127
with:
128128
github-token: ${{ secrets.GITHUB_TOKEN }}
129129
script: |
@@ -229,7 +229,7 @@ jobs:
229229

230230
- if: ${{ env.SHOULD_CREATE_RELEASE == 'true' }}
231231
name: Create GitHub Release 🚀
232-
uses: actions/github-script@v7
232+
uses: actions/github-script@v8
233233
with:
234234
script: |
235235
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)