Skip to content

Commit

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

MNT: (deps): Bump actions/github-script from v3 to v4.0.1
  • Loading branch information
dcamron authored Apr 22, 2021
2 parents 2da406a + 239f4b3 commit 9b8d85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Assign Latest Milestone
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v4.0.1
name: Run script
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v4.0.1
name: Run script
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 9b8d85d

Please sign in to comment.