Bump: checkout action to v4
To silence this warning: > The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
platform: [ubuntu-24.04, macos-14]
|
platform: [ubuntu-24.04, macos-14]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- run: make
|
- run: make
|
||||||
- run: make dist
|
- run: make dist
|
||||||
- run: make test
|
- run: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user