Skip to content

Commit

Permalink
Upgrade other github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Oct 4, 2024
1 parent 06440ad commit 6265f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
FILE_SUFFIX: 2_5
TWO_STEP: 'true'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit 6265f4b

Please sign in to comment.