Skip to content

Commit

Permalink
Update upstream action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton authored Nov 13, 2024
1 parent 063a1e1 commit 62ccd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check Docs
run: ./util/check_docs.py
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
- name: CI Test
Expand Down

0 comments on commit 62ccd55

Please sign in to comment.