We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aed339e + 7d5cbdf commit a646d56Copy full SHA for a646d56
1 file changed
.github/workflows/mend.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: check lock
22
run: '[ -f "Gemfile.lock" ] && echo "package lock file exists, skipping" || bundle lock'
23
# install java
24
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
25
with:
26
distribution: 'temurin' # See 'Supported distributions' for available options
27
java-version: '17'
0 commit comments