Skip to content

Commit b8f4402

Browse files
authored
Merge pull request #378 from AxonFramework/dependabot/github_actions/github-dependencies-195b2b4ccf
Bump actions/setup-java from 4.7.0 to 4.7.1 in the github-dependencies group
2 parents cdbc113 + c3b249e commit b8f4402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Set up JDK ${{ matrix.java-version }}
33-
uses: actions/[email protected].0
33+
uses: actions/[email protected].1
3434
with:
3535
distribution: 'zulu'
3636
java-version: ${{ matrix.java-version }}

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Set up JDK ${{ matrix.java-version }}
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
distribution: 'zulu'
2929
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)