Skip to content

Commit cc58965

Browse files
chore(deps): update actions/github-script action to v9
1 parent 935c45e commit cc58965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/end-to-end-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: 'GHWKT_RUN_STEP=''end-to-end-tests.yaml:test_job_1:step-19'' ''.github/workflows/end-to-end-tests.main.kts'''
168168
if: '${{ steps.step-18.outputs.evaluation-result }}'
169169
- id: 'step-20'
170-
uses: 'actions/github-script@v8'
170+
uses: 'actions/github-script@v9'
171171
with:
172172
script: |-
173173
core.setOutput("key", "value")

0 commit comments

Comments
 (0)