Skip to content

Commit a21d2bf

Browse files
chore(gha): bump actions/checkout from 5 to 6 (#139)
1 parent 25791fd commit a21d2bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 21
3131

3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- uses: actions/setup-java@v5
3535
with:
3636
java-version: ${{ matrix.java }}

.github/workflows/release-create-R-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
working-directory: ./R/bpmnLayoutGeneratoR
1414
steps:
1515
- name: Setup checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
# Use a PAT to ensure that
1919
# commits are authored with a specific user

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "Version: ${{ env.VERSION }}"
1919
2020
- name: Setup checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
# Use a PAT to ensure that
2424
# commits are authored with a specific user

0 commit comments

Comments
 (0)