Skip to content

Commit

Permalink
G2-1483 Upgrade GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgib committed Nov 24, 2023
1 parent ad5e133 commit 1a900a5
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 @@ -13,8 +13,8 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 17
Expand Down

0 comments on commit 1a900a5

Please sign in to comment.