From 951bfb580d0523a8d9fc586fcf4238082e8a327d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 3 Dec 2022 12:28:07 +0100 Subject: [PATCH] V2 used Node12, which is deprecated for Node16 --- .github/workflows/ubuntu.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1df7dcfa2..acce10e3a 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update apt repos run: sudo apt-get update @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update apt repos run: sudo apt-get update @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update apt repos run: sudo apt-get update