From 3bf08bc6eb7018c860969b47459a38ebac5d52cb Mon Sep 17 00:00:00 2001 From: Romina Calani <105609941+RominaCalaniCruz@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:46:38 -0300 Subject: [PATCH] cambiando version checkout --- .github/workflows/auditoria-qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auditoria-qa.yml b/.github/workflows/auditoria-qa.yml index 9f687e4..9ded393 100644 --- a/.github/workflows/auditoria-qa.yml +++ b/.github/workflows/auditoria-qa.yml @@ -22,10 +22,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Iniciar sesion en Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v3.1.0 with: username: ${{ env.DOCKERHUB_USERNAME }} password: ${{ env.DOCKERHUB_TOKEN }}