From 4cf61369c3abf2e6250708f1edb7bee0e501e7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:41:35 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [cypress-io/github-action](https://github.com/cypress-io/github-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `cypress-io/github-action` from 6.7.5 to 6.7.7 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/496e7dc0edc421a9de8a36a31c793340e00c61bf...f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/QA.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/QA.yaml b/.github/workflows/QA.yaml index a033b31..51942ad 100644 --- a/.github/workflows/QA.yaml +++ b/.github/workflows/QA.yaml @@ -71,7 +71,7 @@ jobs: uses: ./.github/common-actions/install - name: Run Cypress tests - uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf # pin@v6.7.5 + uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb # pin@v6.7.7 with: start: pnpm start:bridge --host command: pnpm test:e2e:ci # TODO: consider running in --headless @@ -88,7 +88,7 @@ jobs: BLOCK_EXPLORER: 'https://explorerl2-fluffy-bob-7mjgi9pmtg.t.conduit.xyz' - name: Archive e2e artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v2 if: always() with: name: e2e-artifacts