Skip to content

Commit b652eef

Browse files
Merge pull request #1037 from Unidata/dependabot-github_actions-actions-github-script-9
CI: (deps): Bump actions/github-script from 8 to 9
2 parents 0671e2a + a960239 commit b652eef

2 files changed

Lines changed: 2 additions & 2 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-latest
1717
steps:
18-
- uses: actions/github-script@v8
18+
- uses: actions/github-script@v9
1919
name: Run script
2020
with:
2121
script: |

.github/workflows/nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
touch tests-nightly.log build.log linkchecker.log
4545
4646
- name: Report failures
47-
uses: actions/github-script@v8
47+
uses: actions/github-script@v9
4848
with:
4949
script: |
5050
const fs = require('fs');

0 commit comments

Comments
 (0)