From bd19e4c6579996c97eea237a28c85a68e1ed6a2b Mon Sep 17 00:00:00 2001 From: gh versions bot Date: Sat, 17 Jan 2026 01:23:48 +0000 Subject: [PATCH 1/2] Update GitHub Actions --- .github/actions/vagrant-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/vagrant-setup/action.yml b/.github/actions/vagrant-setup/action.yml index 3a31411..1df384b 100644 --- a/.github/actions/vagrant-setup/action.yml +++ b/.github/actions/vagrant-setup/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Cache Vagrant boxes - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 5.0.2 with: path: ~/.vagrant.d/boxes key: ${{ runner.os }}-vagrant-ubuntu-bionic-${{ hashFiles('distros_supported.yml') }} From 0a8ee72373eb05368ed17b1c7e9399ba07e84d8a Mon Sep 17 00:00:00 2001 From: gh versions bot Date: Fri, 23 Jan 2026 01:27:24 +0000 Subject: [PATCH 2/2] Update GitHub Actions --- .github/workflows/on-demand_ci.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-demand_ci.yml b/.github/workflows/on-demand_ci.yml index ca1cdca..e08a6b4 100644 --- a/.github/workflows/on-demand_ci.yml +++ b/.github/workflows/on-demand_ci.yml @@ -41,7 +41,7 @@ jobs: with: persist-credentials: false - name: Setup a Supported python version # NOTE: https://docs.openstack.org/tempest/latest/supported_version.html - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0 id: python3-setup with: python-version: "3.11" # NOTE: distutils deprecated on Python 3.12+ (https://peps.python.org/pep-0632/) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d7ebd8c..74e388a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 with: persist-credentials: true - - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0 with: python-version: "^3.10" - uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4