From ace52fa2b2c5716d8208e66a8836c486ebc56e31 Mon Sep 17 00:00:00 2001 From: Matias Garcia Isaia Date: Wed, 14 Feb 2024 17:23:52 -0300 Subject: [PATCH] Update Github Actions dependencies --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 434e97dd..dcca9de9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set environment up run: | @@ -34,12 +34,12 @@ jobs: build: needs: test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: DOCKER_REPOSITORY: 'instedd/resourcemap' DOCKER_USER: ${{ secrets.DOCKER_USER }} DOCKER_PASS: ${{ secrets.DOCKER_PASS }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build image & push to Docker Hub run: ./build.sh