1111 contents : read
1212 steps :
1313 - name : SCM Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
2929 contents : read
3030 steps :
3131 - name : SCM Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333
3434 - name : Setup Python & Poetry Environment
3535 uses : exasol/python-toolbox/.github/actions/python-environment@v1
5656 if : ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' }}
5757 steps :
5858 - name : SCM Checkout
59- uses : actions/checkout@v5
59+ uses : actions/checkout@v6
6060
6161 - name : Setup Python & Poetry Environment
6262 uses : exasol/python-toolbox/.github/actions/python-environment@v1
7575 matrix : ${{ fromJson(needs.build-matrix.outputs.matrix) }}
7676 steps :
7777 - name : SCM Checkout
78- uses : actions/checkout@v5
78+ uses : actions/checkout@v6
7979
8080 - name : Setup Python & Poetry Environment
8181 uses : exasol/python-toolbox/.github/actions/python-environment@v1
@@ -106,7 +106,7 @@ jobs:
106106
107107 steps :
108108 - name : SCM Checkout
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110
111111 - name : Setup Python & Poetry Environment
112112 uses : exasol/python-toolbox/.github/actions/python-environment@v1
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : SCM Checkout
131- uses : actions/checkout@v5
131+ uses : actions/checkout@v6
132132
133133 - name : Setup Python & Poetry Environment
134134 uses : exasol/python-toolbox/.github/actions/python-environment@v1
@@ -152,7 +152,7 @@ jobs:
152152 contents : read
153153 steps :
154154 - name : SCM Checkout
155- uses : actions/checkout@v5
155+ uses : actions/checkout@v6
156156
157157 - name : Setup Python & Poetry Environment
158158 uses : exasol/python-toolbox/.github/actions/python-environment@v1
@@ -168,7 +168,7 @@ jobs:
168168 contents : read
169169 steps :
170170 - name : SCM Checkout
171- uses : actions/checkout@v5
171+ uses : actions/checkout@v6
172172
173173 - name : Setup Python & Poetry Environment
174174 uses : exasol/python-toolbox/.github/actions/python-environment@v1
@@ -188,7 +188,7 @@ jobs:
188188
189189 steps :
190190 - name : SCM Checkout
191- uses : actions/checkout@v5
191+ uses : actions/checkout@v6
192192
193193 - name : Setup Python & Poetry Environment
194194 uses : exasol/python-toolbox/.github/actions/python-environment@v1
0 commit comments