Skip to content

Commit 4cc623a

Browse files
authored
Merge pull request #133 from AxonFramework/dependabot/github_actions/github-dependencies-76468cb07f
Bump actions/checkout from 5 to 6 in the github-dependencies group
2 parents 2209089 + 9c6a111 commit 4cc623a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Set up JDK ${{ matrix.java-version }}
3232
uses: actions/[email protected]

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Set up JDK ${{ matrix.java-version }}
2626
uses: actions/[email protected]

0 commit comments

Comments
 (0)