From a1f4b025cc8e45dbe082fceef1c838fcaf7be883 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Mon, 18 Mar 2024 17:24:57 +0100 Subject: [PATCH] ci(actions): update GitHub actions due to Node 16 deprecation (#26) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73cee1d..7758e23 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: | @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check Dockerfile compliance run: make lint