From 37c38672ae7737475e9b1e06bcb1af1f99fb6970 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Mon, 18 Mar 2024 17:24:50 +0100 Subject: [PATCH] ci(actions): update actions for node 16 deprecation (#14) --- .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 14551e9..b12ec85 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: docker run -i --rm docker.io/hadolint/hadolint:v2.12.0 < Dockerfile