Skip to content

Commit

Permalink
Fix versions of Github Actions
Browse files Browse the repository at this point in the history
In dfe9310 we upgraded to an old
version
  • Loading branch information
matiasgarciaisaia committed Feb 19, 2024
1 parent dfe9310 commit 1c44d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
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 Down Expand Up @@ -45,6 +45,6 @@ jobs:
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 1c44d8a

Please sign in to comment.