From 20c72de0e038d7ad23613f42bf316779753cfbf4 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Mon, 18 Mar 2024 17:24:06 +0100 Subject: [PATCH] ci(actions): update actions for node 16 deprecation (#31) --- .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 0913b6f..f5fc4d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -43,7 +43,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: | @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate workflow spec uses: reanahub/reana-github-actions/local-validate@v1