Skip to content

Commit a646d56

Browse files
authored
Merge pull request #4 from OpenVoxProject/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents aed339e + 7d5cbdf commit a646d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: check lock
2222
run: '[ -f "Gemfile.lock" ] && echo "package lock file exists, skipping" || bundle lock'
2323
# install java
24-
- uses: actions/setup-java@v3
24+
- uses: actions/setup-java@v4
2525
with:
2626
distribution: 'temurin' # See 'Supported distributions' for available options
2727
java-version: '17'

0 commit comments

Comments
 (0)