Skip to content

Commit ac7d891

Browse files
authored
Merge pull request #261 from bpm-crafters/dependabot/github_actions/actions/checkout-6
2 parents c38f73d + 07fa0f3 commit ac7d891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# Checkout the code
3636
- name: Checkout code
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838

3939
- name: Expose branch name
4040
run: echo ${{ github.ref }}

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build and run tests
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
# Setup JDK and .m2/settings.xml
2020
- name: Set up JDK

0 commit comments

Comments
 (0)