Bump cypress-terminal-report from 6.1.3 to 6.2.0 #288
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: dependencies | |
'on': | |
push: | |
branches: [main] | |
jobs: | |
submit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
distribution: temurin | |
java-version: 21 | |
- name: setup gradle dependency graph submission | |
uses: gradle/actions/[email protected] | |
with: | |
dependency-graph: generate-and-submit | |
- name: run gradle so that dependency graph gets generated | |
run: ./gradlew compilejava --no-daemon | |
... |