Skip to content

Commit 3730e07

Browse files
Bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#267)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.6...v2.3.7) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cb8f1b commit 3730e07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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/github-action@v2.3.6
33+
uses: coverallsapp/github-action@v2.3.7
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/github-action@v2.3.6
42+
uses: coverallsapp/github-action@v2.3.7
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
path-to-lcov: "./spot-vaults/coverage/lcov.info"

0 commit comments

Comments
 (0)