From 2f9b861219b17d6ba23e2a95b2284e2f23f86425 Mon Sep 17 00:00:00 2001 From: Thorsten Otto Date: Wed, 17 Apr 2024 14:15:25 +0200 Subject: [PATCH] Update GitHub actions to use Node 20 https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ --- .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 515554a..4bd6315 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@v3 + - uses: actions/checkout@v4 - name: Install SSH keys if: ${{ github.event_name == 'push' }} env: