Skip to content

Commit afa12b2

Browse files
Bump coverallsapp/github-action from 2.3.0 to 2.3.3 (#228)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.0...v2.3.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c4f781 commit afa12b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn workspace @ampleforthorg/spot-contracts run coverage
3131

3232
- name: spot-contracts report coverage
33-
uses: coverallsapp/[email protected].0
33+
uses: coverallsapp/[email protected].3
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
path-to-lcov: "./spot-contracts/coverage/lcov.info"
@@ -39,7 +39,7 @@ jobs:
3939
run: yarn workspace @ampleforthorg/spot-vaults run coverage
4040

4141
- name: spot-vaults report coverage
42-
uses: coverallsapp/[email protected].0
42+
uses: coverallsapp/[email protected].3
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
path-to-lcov: "./spot-vaults/coverage/lcov.info"

0 commit comments

Comments
 (0)