We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25791fd commit a21d2bfCopy full SHA for a21d2bf
3 files changed
.github/workflows/build-java.yml
@@ -30,7 +30,7 @@ jobs:
30
- 21
31
32
steps:
33
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
34
- uses: actions/setup-java@v5
35
with:
36
java-version: ${{ matrix.java }}
.github/workflows/release-create-R-release-branch.yml
@@ -13,7 +13,7 @@ jobs:
13
working-directory: ./R/bpmnLayoutGeneratoR
14
15
- name: Setup checkout
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
18
# Use a PAT to ensure that
19
# commits are authored with a specific user
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
echo "Version: ${{ env.VERSION }}"
20
21
22
23
24
0 commit comments