From 656fb0d28ec83d0779a9e4f01beb50aeafda80e5 Mon Sep 17 00:00:00 2001 From: Matias Garcia Isaia Date: Tue, 4 Jul 2023 20:06:55 -0300 Subject: [PATCH] Upgrade deprecated checkout Github Action --- .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 02f9d4e8..e6241771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set environment up run: | @@ -31,6 +31,6 @@ jobs: 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