Skip to content

Commit 609df6e

Browse files
authored
Merge pull request #4036 from Unidata/dependabot-github_actions-dot-github-workflows-actions-github-script-9.0.0
CI: (deps): Bump actions/github-script from 8.0.0 to 9.0.0 in /.github/workflows
2 parents f23ccfc + 681e103 commit 609df6e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/assign-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Assign Latest Milestone
1616
runs-on: ubuntu-slim
1717
steps:
18-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
18+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1919
name: Run script
2020
with:
2121
script: |

.github/workflows/backport-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
labels: backport
8080

8181
- name: Comment on completion
82-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
82+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8383
with:
8484
script: |
8585
github.rest.issues.createComment({
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Comment on error
9393
if: failure()
94-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
94+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9595
with:
9696
script: |
9797
const workflow_url = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`;

.github/workflows/nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
touch tests-nightly.log build.log linkchecker.log
4747
4848
- name: Report failures
49-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
49+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5050
with:
5151
script: |
5252
const fs = require('fs');

0 commit comments

Comments
 (0)