Skip to content

Commit

Permalink
cambiando version checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
RominaCalaniCruz authored Apr 16, 2024
1 parent 05992fb commit 3bf08bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auditoria-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3bf08bc

Please sign in to comment.