From dcf67818e745be547866705a1b8f9e85dd15caec Mon Sep 17 00:00:00 2001 From: Thorsten Otto Date: Fri, 1 Sep 2023 16:58:21 +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 aca6c8b..9bddfaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install SSH keys if: ${{ github.event_name == 'push' }} env: