Skip to content

Commit 366fa89

Browse files
authored
Merge pull request #675 from trakt/dependabot/github_actions/coverallsapp/github-action-2.3.6
2 parents 710857f + a865555 commit 366fa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
py.test --cov coveralls --cov-report term-missing --cov-report=lcov --cov=resources tests/
2929
3030
- name: Coveralls GitHub Action
31-
uses: coverallsapp/github-action@1.1.3
31+
uses: coverallsapp/github-action@v2.3.6
3232
with:
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
3434
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)