Skip to content

Commit

Permalink
Updated github actions dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Jan 8, 2025
1 parent dbeacc4 commit 6817ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
echo "UPDATE_SITES=${UPDATE_SITES}" >> $GITHUB_OUTPUT
- name: Check out code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4.2.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.2.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml', '**/*.product') }}
Expand Down

0 comments on commit 6817ce7

Please sign in to comment.