Skip to content

Commit

Permalink
Use actions/checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Nov 25, 2023
1 parent 9e05791 commit f5432f7
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 @@ -8,7 +8,7 @@ jobs:
container:
image: golang:1.19
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run make test
run: make test
- name: Run make build
Expand All @@ -21,7 +21,7 @@ jobs:
image: docker:19.03.12
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker images
run: docker-compose build
- name: Run containers in the background
Expand Down

0 comments on commit f5432f7

Please sign in to comment.