From be907a66e5723ae22cc361ef4e653fd4c956397e Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 31 Jan 2023 22:42:29 +0100 Subject: Update checkout action to Node.js 16 as suggested by action warning For more information see: https://github.com/ledger/ledger/actions and https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f055fa9f..6bb2eb0d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,7 +31,7 @@ jobs: cmake_args: -DUSE_PYTHON=ON -DUSE_GPGME=ON } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 name: Check out repository code - if: runner.os == 'Linux' -- cgit v1.2.3