Skip to content

Commit 6827154

Browse files
committed
Merge remote-tracking branch 'Adobels/add-support-for-oneZero-and-yesNo-boolean-strings-in-EnvironementVariablesProvider' into add-support-for-oneZero-and-yesNo-boolean-strings-in-EnvironementVariablesProvider
2 parents 75f7663 + d1525e2 commit 6827154

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
integration-test-matrix: '${{ steps.generate-matrix.outputs.integration-test-matrix }}'
7373
steps:
7474
- name: Checkout repository
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v6
7676
with:
7777
persist-credentials: false
7878
- id: generate-matrix
@@ -101,7 +101,7 @@ jobs:
101101
example-packages-matrix: '${{ steps.generate-matrix.outputs.example-packages-matrix }}'
102102
steps:
103103
- name: Checkout repository
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v6
105105
with:
106106
persist-credentials: false
107107
- id: generate-matrix

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
integration-test-matrix: '${{ steps.generate-matrix.outputs.integration-test-matrix }}'
8080
steps:
8181
- name: Checkout repository
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v6
8383
with:
8484
persist-credentials: false
8585
- id: generate-matrix
@@ -108,7 +108,7 @@ jobs:
108108
example-packages-matrix: '${{ steps.generate-matrix.outputs.example-packages-matrix }}'
109109
steps:
110110
- name: Checkout repository
111-
uses: actions/checkout@v4
111+
uses: actions/checkout@v6
112112
with:
113113
persist-credentials: false
114114
- id: generate-matrix

.github/workflows/pull_request_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 1
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020
- name: Check for Semantic Version label

0 commit comments

Comments
 (0)