Skip to content

Commit 8fe8db0

Browse files
Bump actions/setup-python from 5 to 6 (#5)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fea6d5 commit 8fe8db0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
java-version: 21
4141
-
4242
name: Set up Python
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: 3.x
4646
-
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/checkout@v5
111111
-
112112
name: Set up Python
113-
uses: actions/setup-python@v5
113+
uses: actions/setup-python@v6
114114
with:
115115
python-version: 3.x
116116
-
@@ -308,7 +308,7 @@ jobs:
308308
java-version: 21
309309
-
310310
name: Set up Python
311-
uses: actions/setup-python@v5
311+
uses: actions/setup-python@v6
312312
with:
313313
python-version: 3.x
314314
-

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020
-
2121
name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.x
2525
architecture: x64

0 commit comments

Comments
 (0)