From 69a3413c4c7e4c10694882ec13e7a0489ed35f45 Mon Sep 17 00:00:00 2001 From: Matias Garcia Isaia Date: Thu, 15 Feb 2024 14:52:20 -0300 Subject: [PATCH] Update deprecated Github Actions --- .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 dcca9de9..f2092ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set environment up run: | @@ -40,6 +40,6 @@ jobs: DOCKER_USER: ${{ secrets.DOCKER_USER }} DOCKER_PASS: ${{ secrets.DOCKER_PASS }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build image & push to Docker Hub run: ./build.sh