Skip to content

Commit

Permalink
Update deprecated Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Feb 15, 2024
1 parent d7d561e commit 69a3413
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 @@ -15,7 +15,7 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set environment up
run: |
Expand All @@ -40,6 +40,6 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build image & push to Docker Hub
run: ./build.sh

0 comments on commit 69a3413

Please sign in to comment.