From fd50c35f4ba8e3ec083f27f78944b7a8e15d37db Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Thu, 15 Aug 2024 17:06:53 +0200 Subject: [PATCH] Update build.yml (#74) switch to node.js 20 --- .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 ad9f09e..a4f20e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: c_compiler: cl steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set reusable strings id: strings