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 }}