1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: upgrade to actions/checkout@v3 to avoid deprecation warnings in the CI about that action using Node.js 12

This commit is contained in:
Delyan Angelov
2023-02-21 13:40:24 +02:00
parent 4a81272914
commit b1ed1d3b32
23 changed files with 51 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ jobs:
env:
VFLAGS: -cc msvc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 12.x