From 65b380c0713394adc8db86ac33903167ac62d46f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:52:41 +0000 Subject: [PATCH] chore(deps): bump Payadel/assert in the actions-minor group Bumps the actions-minor group with 1 update: [Payadel/assert](https://github.com/payadel/assert). Updates `Payadel/assert` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/payadel/assert/releases) - [Changelog](https://github.com/Payadel/assert/blob/main/CHANGELOG.md) - [Commits](https://github.com/payadel/assert/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: Payadel/assert dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86fd8df..4d73cd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: # For more information and sample asserts, please see https://github.com/Payadel/assert/ - name: Test outputs - uses: Payadel/assert@v1.0.2 + uses: Payadel/assert@v1.0.3 with: fail-fast: false verbose: true