Skip to content

Commit

Permalink
ci(pr-milestone): bump to v3 for Node LTS runner (#8638)
Browse files Browse the repository at this point in the history
## Summary

Bump my `milestone-action` to the [freshly minted
`v3`](https://github.com/benelan/milestone-action/releases/tag/v3.0.0).
The release updates GitHub's action runner to Node `v20` to get ahead of
the Node `v16` runner [deprecation coming later this
year](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/).

Co-authored-by: JC Franco <[email protected]>
  • Loading branch information
benelan and jcfranco authored Mar 19, 2024
1 parent f220299 commit 3ca0945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: benelan/milestone-action@v2.0.0
- uses: benelan/milestone-action@v3

0 comments on commit 3ca0945

Please sign in to comment.