Skip to content

Commit 99dcb4a

Browse files
authored
Merge pull request microsoft#1945 from microsoft/dependabot/github_actions/actions/github-script-9
build(deps): bump actions/github-script from 8 to 9
2 parents 7fa6733 + 1a36371 commit 99dcb4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Look for prior successful runs
3737
id: check
3838
if: github.event.inputs.git_version == ''
39-
uses: actions/github-script@v8
39+
uses: actions/github-script@v9
4040
with:
4141
github-token: ${{secrets.GITHUB_TOKEN}}
4242
result-encoding: string
@@ -182,7 +182,7 @@ jobs:
182182
- name: Skip this job if there is a previous successful run
183183
if: needs.validate.outputs.skip != ''
184184
id: skip
185-
uses: actions/github-script@v8
185+
uses: actions/github-script@v9
186186
with:
187187
script: |
188188
core.info(`Skipping: There already is a successful run: ${{ needs.validate.outputs.skip }}`)

.github/workflows/functional-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Skip this job if there is a previous successful run
7171
if: inputs.skip != ''
7272
id: skip
73-
uses: actions/github-script@v8
73+
uses: actions/github-script@v9
7474
with:
7575
script: |
7676
core.info(`Skipping: There already is a successful run: ${{ inputs.skip }}`)

0 commit comments

Comments
 (0)