From 6aa5e5917f9021b60e357d4458a6b818f03fe2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:02:31 +0000 Subject: [PATCH] Bump deblockt/cucumber-report-annotations-action from 1.16 to 1.17 Bumps [deblockt/cucumber-report-annotations-action](https://github.com/deblockt/cucumber-report-annotations-action) from 1.16 to 1.17. - [Release notes](https://github.com/deblockt/cucumber-report-annotations-action/releases) - [Commits](https://github.com/deblockt/cucumber-report-annotations-action/compare/v1.16...v1.17) --- updated-dependencies: - dependency-name: deblockt/cucumber-report-annotations-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 4c4b4516d3..fd10e86b35 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -35,7 +35,7 @@ jobs: - run: pnpm test:e2e - name: Cucumber Report to Annotations - uses: deblockt/cucumber-report-annotations-action@v1.16 + uses: deblockt/cucumber-report-annotations-action@v1.17 if: always() with: access-token: ${{ secrets.GITHUB_TOKEN }}