From 45a2fc36f06e0b363553b6647fb05ed096f13664 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Mon, 18 Mar 2024 17:24:26 +0100 Subject: [PATCH] ci(actions): update GitHub actions due to Node 16 deprecation (#19) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4591dc..80b09d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Runs shell script static analysis run: |