Skip to content

Commit c26950d

Browse files
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](cypress-io/github-action@496e7dc...f1f0912) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) --- 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] <[email protected]>
1 parent 5699223 commit c26950d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/QA.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: ./.github/common-actions/install
7272

7373
- name: Run Cypress tests
74-
uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf # [email protected].5
74+
uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb # [email protected].7
7575
with:
7676
start: pnpm start:bridge --host
7777
command: pnpm test:e2e:ci # TODO: consider running in --headless
@@ -88,7 +88,7 @@ jobs:
8888
BLOCK_EXPLORER: 'https://explorerl2-fluffy-bob-7mjgi9pmtg.t.conduit.xyz'
8989

9090
- name: Archive e2e artifacts
91-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v2
91+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v2
9292
if: always()
9393
with:
9494
name: e2e-artifacts

0 commit comments

Comments
 (0)