We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754307c commit 6c70d58Copy full SHA for 6c70d58
.github/workflows/gradle.yml
@@ -50,7 +50,7 @@ jobs:
50
check-latest: true
51
52
- name: Steps to reproduce
53
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
54
with:
55
script: |
56
console.log('The following command might help reproducing CI results, use Java ${{ matrix.java_version }}')
0 commit comments