Skip to content

Commit 2faa6ed

Browse files
Bump actions/checkout from 3 to 6 (#44)
1 parent 7cb934a commit 2faa6ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: "temurin"
2727
java-version: ${{ env.JAVA_VERSION }}
2828
- name: Checkout generator repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v6
3030
with:
3131
repository: "stackitcloud/stackit-sdk-generator"
3232
ref: "main"
@@ -60,7 +60,7 @@ jobs:
6060
distribution: "temurin"
6161
java-version: ${{ env.JAVA_VERSION }}
6262
- name: Checkout generator repo
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v6
6464
with:
6565
repository: "stackitcloud/stackit-sdk-generator"
6666
ref: "main"
@@ -101,7 +101,7 @@ jobs:
101101
distribution: "temurin"
102102
java-version: ${{ env.JAVA_VERSION }}
103103
- name: Checkout generator repo
104-
uses: actions/checkout@v5
104+
uses: actions/checkout@v6
105105
with:
106106
repository: "stackitcloud/stackit-sdk-generator"
107107
ref: "main"

0 commit comments

Comments
 (0)