Skip to content

Commit 666dc75

Browse files
Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 924733e commit 666dc75

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cleanup-on-pr-close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install OIDC Client from Core Package
3636
run: npm install @actions/core@1.6.0 @actions/http-client
3737
- name: Get Id Token
38-
uses: actions/github-script@v8
38+
uses: actions/github-script@v9
3939
id: idtoken
4040
with:
4141
script: |

.github/workflows/containers-and-az-pool.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install OIDC Client from Core Package
124124
run: npm install @actions/core@1.6.0 @actions/http-client
125125
- name: Get Id Token
126-
uses: actions/github-script@v8
126+
uses: actions/github-script@v9
127127
id: idtoken
128128
with:
129129
script: |
@@ -195,7 +195,7 @@ jobs:
195195
- name: Install OIDC Client from Core Package
196196
run: npm install @actions/core@1.6.0 @actions/http-client
197197
- name: Get Id Token
198-
uses: actions/github-script@v8
198+
uses: actions/github-script@v9
199199
id: idtoken
200200
with:
201201
script: |

.github/workflows/delete-container-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install OIDC Client from Core Package
5656
run: npm install @actions/core@1.6.0 @actions/http-client
5757
- name: Get Id Token
58-
uses: actions/github-script@v8
58+
uses: actions/github-script@v9
5959
id: idtoken
6060
with:
6161
script: |

.github/workflows/run-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install OIDC Client from Core Package
3737
run: npm install @actions/core@1.6.0 @actions/http-client
3838
- name: Get Id Token
39-
uses: actions/github-script@v8
39+
uses: actions/github-script@v9
4040
id: idtoken
4141
with:
4242
script: |

0 commit comments

Comments
 (0)