From 07441f54244991af55df158b61fd69ca95b39662 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 9 May 2023 22:30:31 +0200 Subject: Fix github action warnings build Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Signed-off-by: Ludovic Rousseau --- .github/workflows/msys2_clang64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/msys2_clang64.yml') diff --git a/.github/workflows/msys2_clang64.yml b/.github/workflows/msys2_clang64.yml index 48cf47f..72905d5 100644 --- a/.github/workflows/msys2_clang64.yml +++ b/.github/workflows/msys2_clang64.yml @@ -8,7 +8,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: msys2/setup-msys2@v2 with: msystem: clang64 -- cgit v1.2.1