Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
see #151
  • Loading branch information
muzimuzhi authored and Ben Frank committed Sep 30, 2023
1 parent 7a9270c commit 86c0f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Configure checkout (line endings)
run: git config --global core.autocrlf false && git config --global core.eol lf
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: 8
Expand Down

0 comments on commit 86c0f8a

Please sign in to comment.