Skip to content

Commit 4c29961

Browse files
authored
Merge pull request #186 from bpm-crafters/dependabot/github_actions/actions/checkout-6
2 parents 0f1c4e3 + b93d334 commit 4c29961

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Checkout the code
2626
- name: Checkout code
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Expose branch name
3030
run: echo ${{ github.ref }}

.github/workflows/master.yml

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

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

0 commit comments

Comments
 (0)