Skip to content

Commit d1bb9b6

Browse files
Merge pull request #1725 from ral-facilities/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.6.0
2 parents 913368a + c482d33 commit d1bb9b6

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@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
82+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8383
with:
8484
python-version: 3.9
8585
architecture: x64
@@ -197,7 +197,7 @@ jobs:
197197
java-version: 8
198198
java-package: jdk
199199
- name: Setup Python
200-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
200+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
201201
with:
202202
python-version: 3.9
203203
architecture: x64
@@ -362,7 +362,7 @@ jobs:
362362
java-version: 8
363363
java-package: jdk
364364
- name: Setup Python
365-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
365+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
366366
with:
367367
python-version: 3.9
368368
architecture: x64

0 commit comments

Comments
 (0)