From ea5881f4895fa3e4cd2ea5b17d6f8de7fbe0aa30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:00:48 +0000 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a935960..7715ce9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -23,6 +23,6 @@ jobs: env: CI: true - name: Coveralls GitHub Action - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1dfc039..106b272 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: env: CI: true - name: Coveralls GitHub Action - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Release