Skip to content

Commit

Permalink
Update action dependencies in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed Apr 19, 2024
1 parent 74c3e48 commit 874f792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up tests
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
run: docker compose run --rm test

- name: Report to Coveralls
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}

Expand Down

0 comments on commit 874f792

Please sign in to comment.