Skip to content

Commit

Permalink
Upgrade deprecated checkout Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Jul 5, 2023
1 parent 8dafc66 commit 656fb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

0 comments on commit 656fb0d

Please sign in to comment.