From e4a8c1870e2ab108ae954954c62218963b35cf79 Mon Sep 17 00:00:00 2001 From: Thorsten Otto Date: Fri, 1 Sep 2023 16:53:23 +0200 Subject: [PATCH] Update GitHub actions to use Node 16 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 926ab6f..515554a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: matrix: cpu_target: [ "000", "02060", "030", "040", "060", "col" ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install SSH keys if: ${{ github.event_name == 'push' }} env: