From: Joerg Behrmann Date: Fri, 13 Jan 2023 12:26:46 +0000 (+0100) Subject: actions: bump checkout to v3 to remove spuriours node.js version warnings X-Git-Tag: v15~366^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1281%2Fhead;p=thirdparty%2Fmkosi.git actions: bump checkout to v3 to remove spuriours node.js version warnings --- 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