Skip to content

Commit

Permalink
Use actions/checkout@v3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
paymand authored Jun 2, 2023
1 parent 05de2f9 commit 2169059
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 @@ -7,10 +7,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: docker-compose run --rm tests
- name: Run lint
run: docker-compose run --rm lint
- name: Run shellcheck
run: docker-compose run --rm shellcheck
run: docker-compose run --rm shellcheck

0 comments on commit 2169059

Please sign in to comment.