From e149f9a42383e57bdc3aecf61b98528bda08513a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:38:26 +0000 Subject: [PATCH] Bump freckle/stack-action from 4 to 5 Bumps [freckle/stack-action](https://github.com/freckle/stack-action) from 4 to 5. - [Commits](https://github.com/freckle/stack-action/compare/v4...v5) --- updated-dependencies: - dependency-name: freckle/stack-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 605f27e..48564e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: freckle/stack-action@v4 + - uses: freckle/stack-action@v5 with: stack-arguments: --coverage # prepare and upload test coverage report