Skip to content

Commit 1920565

Browse files
Bump actions/github-script from 7 to 8 (#418)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ded70a commit 1920565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nunit-pipeline-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: Resolve last completed run head_sha for this workflow+branch AND check paths
5252
id: decide
53-
uses: actions/github-script@v7
53+
uses: actions/github-script@v8
5454
with:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
5656
script: |

.github/workflows/nunit-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- name: Resolve last completed run head_sha for this workflow+branch AND check paths
6565
id: decide
66-
uses: actions/github-script@v7
66+
uses: actions/github-script@v8
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969
script: |

0 commit comments

Comments
 (0)