Skip to content

Commit

Permalink
Merge pull request #3277 from Unidata/dependabot-github_actions-actio…
Browse files Browse the repository at this point in the history
…ns-github-script-7

CI: (deps): Bump actions/github-script from 6 to 7
  • Loading branch information
dopplershift authored Nov 14, 2023
2 parents 9a7c584 + 38ffaa3 commit 40d7305
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Assign Latest Milestone
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
name: Run script
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/backport-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
labels: backport

- name: Comment on completion
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Comment on error
if: failure()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const workflow_url = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
touch tests-nightly.log build.log linkchecker.log
- name: Report failures
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');
Expand Down

0 comments on commit 40d7305

Please sign in to comment.