Skip to content

Commit 2898b25

Browse files
committed
Update actions/checkout to v5
1 parent 91c1d9a commit 2898b25

20 files changed

+39
-39
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: SCM Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Setup Python & Poetry Environment
2121
uses: ./.github/actions/python-environment

.github/workflows/check-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: SCM Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Setup Python & Poetry Environment
1818
uses: ./.github/actions/python-environment

.github/workflows/checks.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

@@ -29,7 +29,7 @@ jobs:
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: ./.github/actions/python-environment
@@ -56,7 +56,7 @@ jobs:
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: ./.github/actions/python-environment
@@ -75,7 +75,7 @@ jobs:
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: ./.github/actions/python-environment
@@ -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: ./.github/actions/python-environment
@@ -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: ./.github/actions/python-environment
@@ -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: ./.github/actions/python-environment
@@ -168,7 +168,7 @@ jobs:
168168
contents: read
169169
steps:
170170
- name: SCM Checkout
171-
uses: actions/checkout@v4
171+
uses: actions/checkout@v5
172172

173173
- name: Setup Python & Poetry Environment
174174
uses: ./.github/actions/python-environment
@@ -188,7 +188,7 @@ jobs:
188188

189189
steps:
190190
- name: SCM Checkout
191-
uses: actions/checkout@v4
191+
uses: actions/checkout@v5
192192
# The PTB has unit tests which require the fetch-depth to be 0.
193193
with:
194194
fetch-depth: 0

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: SCM Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/matrix-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: SCM Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup Python & Poetry Environment
2020
uses: ./.github/actions/python-environment

.github/workflows/matrix-exasol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: SCM Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup Python & Poetry Environment
2020
uses: ./.github/actions/python-environment

.github/workflows/matrix-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: SCM Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup Python & Poetry Environment
2020
uses: ./.github/actions/python-environment

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: SCM Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/slow-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: SCM Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Setup Python & Poetry Environment
3030
uses: ./.github/actions/python-environment
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: SCM Checkout
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: Set up Python & Poetry Environment
7171
uses: ./.github/actions/python-environment

doc/github_actions/python_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Example Usage
4949
5050
steps:
5151
- name: SCM Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
5454
- name: Setup Python & Poetry Environment
55-
uses: exasol/python-toolbox/.github/actions/python-environment@1.1.0
55+
uses: exasol/python-toolbox/.github/actions/python-environment@v1
5656
with:
5757
python-version: 3.12
5858
poetry-version: 2.1.2

0 commit comments

Comments
 (0)