Upgrade GitHub actions (#1660)
* Upgrade most github actions Gets rid of warning in CI complaining about those actions using node 12. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Upgrade node version used to run scripts Use the latest LTS Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
7fb9e99071
commit
c71b528148
6 changed files with 29 additions and 28 deletions
2
.github/workflows/checks.yaml
vendored
2
.github/workflows/checks.yaml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
if: github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: scripts/check-newsfragments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue