Skip to content

Commit c8135c6

Browse files
Update GitHub Actions
1 parent 9995f41 commit c8135c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-demand_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3535
- name: Setup a Supported python version # NOTE: https://docs.openstack.org/tempest/latest/supported_version.html
36-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
36+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5.0
3737
id: python3-setup
3838
with:
3939
python-version: "3.11" # NOTE: distutils deprecated on Python 3.12+ (https://peps.python.org/pep-0632/)
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
5656
- name: Setup a Supported python version # NOTE: https://docs.openstack.org/tempest/latest/supported_version.html
57-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
57+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5.0
5858
id: python3-setup
5959
with:
6060
python-version: "3.11" # NOTE: distutils deprecated on Python 3.12+ (https://peps.python.org/pep-0632/)

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: vm-self-hosted
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
23-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
23+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5.0
2424
with:
2525
python-version: "^3.10"
2626
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4

0 commit comments

Comments
 (0)