From c9491aac2d482f4f9963c4b7953205ff09ef1ed4 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 26 Dec 2024 19:21:32 +0200 Subject: [PATCH] chore: update actions/checkout@v2 -> actions/checkout@v4 in ci.yml --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a44fde1..976f634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: VTEST_SHOW_START: 1 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: coreutils - name: Checkout Latest V - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: vlang/v path: v @@ -64,14 +64,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest V - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: vlang/v path: v - name: Build V run: cd v && make && sudo ./v symlink && cd - - name: Checkout Coreutils (for tests) - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: coreutils - name: V doctor @@ -89,14 +89,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest V - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: vlang/v path: v - name: Build V run: cd v && make && sudo ./v symlink && cd - - name: Checkout Coreutils (for tests) - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: coreutils - name: Build all with -prod @@ -108,14 +108,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest V - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: vlang/v path: v - name: Build V run: cd v && make && sudo ./v symlink && cd - - name: Checkout Coreutils (for tests) - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: coreutils - name: Build all