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

@@ -22,7 +22,7 @@ jobs:
env:
VFLAGS: -cc tcc -no-retry-compilation
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
@@ -108,7 +108,7 @@ jobs:
env:
VFLAGS: -cc tcc -no-retry-compilation
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
@@ -163,7 +163,7 @@ jobs:
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 121
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 12.x
@@ -268,7 +268,7 @@ jobs:
env:
VFLAGS: -cc clang
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 12.x
@@ -360,7 +360,7 @@ jobs:
# env:
# VFLAGS: -cc gcc
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - name: Build V
# run: make -j4
# - name: V self compilation with -autofree
@@ -375,7 +375,7 @@ jobs:
# VFLAGS: -cc musl-gcc
# V_CI_MUSL: 1
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v1
# with:
# node-version: 12.x