1111 contents : read
1212 steps :
1313 - name : SCM Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
2929 contents : read
3030 steps :
3131 - name : SCM Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Setup Python & Poetry Environment
3535 uses :
exasol/python-toolbox/.github/actions/[email protected] 5656 if : ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' }}
5757 steps :
5858 - name : SCM Checkout
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060
6161 - name : Setup Python & Poetry Environment
6262 uses :
exasol/python-toolbox/.github/actions/[email protected] 7575 matrix : ${{ fromJson(needs.build-matrix.outputs.matrix) }}
7676 steps :
7777 - name : SCM Checkout
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979
8080 - name : Setup Python & Poetry Environment
8181 uses :
exasol/python-toolbox/.github/actions/[email protected] @@ -106,7 +106,7 @@ jobs:
106106
107107 steps :
108108 - name : SCM Checkout
109- uses : actions/checkout@v4
109+ uses : actions/checkout@v5
110110
111111 - name : Setup Python & Poetry Environment
112112 uses :
exasol/python-toolbox/.github/actions/[email protected] @@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : SCM Checkout
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132
133133 - name : Setup Python & Poetry Environment
134134 uses :
exasol/python-toolbox/.github/actions/[email protected] @@ -152,7 +152,7 @@ jobs:
152152 contents : read
153153 steps :
154154 - name : SCM Checkout
155- uses : actions/checkout@v4
155+ uses : actions/checkout@v5
156156
157157 - name : Setup Python & Poetry Environment
158158 uses :
exasol/python-toolbox/.github/actions/[email protected] @@ -174,7 +174,7 @@ jobs:
174174
175175 steps :
176176 - name : SCM Checkout
177- uses : actions/checkout@v4
177+ uses : actions/checkout@v5
178178
179179 - name : Setup Python & Poetry Environment
180180 uses :
exasol/python-toolbox/.github/actions/[email protected]
0 commit comments