From 8e31093a695f36f243a57faeeb32c06a0da5ce58 Mon Sep 17 00:00:00 2001 From: Stephan Creutz Date: Fri, 1 Nov 2024 19:44:47 +0100 Subject: [PATCH] Upgrade actions/checkout to v4 This will fix the following warning: "The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]" --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d76b6c011..fa8052c0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh - name: Check out the source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Test the project run: |