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:
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user