File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44@file:DependsOn(" io.github.typesafegithub:action-updates-checker:3.7.1-SNAPSHOT" )
55@file:Repository(" https://bindings.krzeminski.it" )
66@file:DependsOn(" actions:checkout:v6" )
7- @file:DependsOn(" actions:github-script:v8 " )
7+ @file:DependsOn(" actions:github-script:v9 " )
88@file:DependsOn(" actions:setup-java:v5" )
99@file:DependsOn(" actions:setup-python:v6" )
1010@file:DependsOn(" gradle:actions__setup-gradle:v6" )
Original file line number Diff line number Diff 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")
You can’t perform that action at this time.
0 commit comments