diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7856186..0e1cbb2 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 docker.io/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 docker.io/reanahub/reana-auth-rucio .