Skip to content

Commit 62ac14b

Browse files
authored
Merge pull request #451 from AxonIQ/dependabot/github_actions/github-dependencies-362519dbcd
Bump the github-dependencies group with 2 updates
2 parents 3d5cfa5 + a331f45 commit 62ac14b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v7
1717

1818
- name: Set up JDK ${{ matrix.java-version }}
19-
uses: actions/setup-java@v5.3.0
19+
uses: actions/setup-java@v5.4.0
2020
with:
2121
distribution: 'zulu'
2222
java-version: ${{ matrix.java-version }}
@@ -26,7 +26,7 @@ jobs:
2626
server-password: MAVEN_PASSWORD
2727

2828
- name: Cache .m2
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)