Skip to content

Commit

Permalink
chore(deps): bump the actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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.6.1 to 6.7.0
- [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@1b70233...f88a151)

Updates `actions/upload-artifact` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@5d5d22a...6546280)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 19ac814 commit adad06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/QA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: ./.github/common-actions/install

- name: Run Cypress tests
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # pin@v6.6.1
uses: cypress-io/github-action@f88a151c986cab2e339cdbede6a5c4468bb62c17 # pin@v6.7.0
with:
start: pnpm start:bridge --host
command: pnpm test:e2e:ci # TODO: consider running in --headless
Expand All @@ -88,7 +88,7 @@ jobs:
BLOCK_EXPLORER: 'https://explorerl2-fluffy-bob-7mjgi9pmtg.t.conduit.xyz'

- name: Archive e2e artifacts
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # pin@v2
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # pin@v2
if: always()
with:
name: e2e-artifacts
Expand Down

0 comments on commit adad06d

Please sign in to comment.