chore: update to node 20.x on workflows (#2364)
gets rid of deprecating warnings in actions * checkout@v4 * cache@v4 * setup-python@v5 * setup-node@v4 * codecov-action@v4 * codecov pass token from ci
This commit is contained in:
parent
b9f0af0e79
commit
cdc102af07
8 changed files with 33 additions and 20 deletions
2
.github/workflows/make.yml
vendored
2
.github/workflows/make.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
node-version: ["18.x"]
|
||||
runs-on: ${{ matrix.os-version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/prepare
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue