diff --git a/.github/actions/vagrant-setup/action.yml b/.github/actions/vagrant-setup/action.yml index 3a31411..a551ec7 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3 with: path: ~/.vagrant.d/boxes key: ${{ runner.os }}-vagrant-ubuntu-bionic-${{ hashFiles('distros_supported.yml') }} 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