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:
Ingo Karkat
2024-09-21 11:52:23 +02:00
parent a6d69811d4
commit 75dc8cdaed

View File

@@ -13,7 +13,7 @@ jobs:
platform: [ubuntu-24.04, macos-14]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: make
- run: make dist
- run: make test