Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 0a8ee72

Browse files
Update GitHub Actions
1 parent bd19e4c commit 0a8ee72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-demand_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- name: Setup a Supported python version # NOTE: https://docs.openstack.org/tempest/latest/supported_version.html
44-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
44+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
4545
id: python3-setup
4646
with:
4747
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
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
2424
with:
2525
persist-credentials: true
26-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
2727
with:
2828
python-version: "^3.10"
2929
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4

0 commit comments

Comments
 (0)