Skip to content

Commit 726d907

Browse files
Merge pull request #1864 from ral-facilities/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 699b527 + d885412 commit 726d907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
java-version: 8
8080
java-package: jdk
8181
- name: Setup Python
82-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
82+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8383
with:
8484
python-version: 3.9
8585
architecture: x64
@@ -239,7 +239,7 @@ jobs:
239239
java-version: 8
240240
java-package: jdk
241241
- name: Setup Python
242-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
242+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
243243
with:
244244
python-version: 3.9
245245
architecture: x64
@@ -409,7 +409,7 @@ jobs:
409409
java-version: 8
410410
java-package: jdk
411411
- name: Setup Python
412-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
412+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
413413
with:
414414
python-version: 3.9
415415
architecture: x64

0 commit comments

Comments
 (0)