From 967fccbac92822d4d4d97d10297307b1230f3f8c Mon Sep 17 00:00:00 2001 From: Joerg Behrmann Date: Fri, 13 Jan 2023 13:26:46 +0100 Subject: [PATCH] actions: bump checkout to v3 to remove spuriours node.js version warnings --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c09417e23..3fd1703ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install run: | @@ -121,7 +121,7 @@ jobs: - disk steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ./ - name: Install dependencies -- 2.47.2