From 41978c0768b395ba36361594f0deca74d4d53ea5 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Mon, 14 Aug 2023 10:37:51 +0200 Subject: [PATCH] ci: update all actions Closes reanahub/reana#733 --- .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 33d5e53..f56dba8 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@v2 + uses: actions/checkout@v3 - name: Check Dockerfile compliance run: docker run -i --rm hadolint/hadolint:v1.18.2 < Dockerfile @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build image run: docker build -t reanahub/reana-auth-rucio .