Skip to content

Commit

Permalink
fix: 🐛 change actions/checkout@v2 to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzcarlos committed Sep 14, 2023
1 parent 7144c73 commit fff4417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build and push to docker
# https://github.com/marketplace/actions/build-and-push-docker-images
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
# Si tenemos habilitado Access Token, tenemos que poner ese token en la variable DOCKER_PASSWORD
Expand Down

0 comments on commit fff4417

Please sign in to comment.