Skip to content

Commit

Permalink
[CI] Bump checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed May 1, 2024
1 parent 7d275b5 commit daa8000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
needs: find-latest-release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Java 17
run: |
echo "$JAVA_HOME_17_X64/bin" >> $GITHUB_PATH
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
needs: find-latest-release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Java 17
run: |
echo "$JAVA_HOME_17_X64/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit daa8000

Please sign in to comment.