This repository was archived by the owner on Apr 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 using : " composite"
1313 steps :
1414 - name : Cache Vagrant boxes
15- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 5.0.1
15+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3
1616 with :
1717 path : ~/.vagrant.d/boxes
1818 key : ${{ runner.os }}-vagrant-ubuntu-bionic-${{ hashFiles('distros_supported.yml') }}
Original file line number Diff line number Diff line change 2121 with :
2222 persist-credentials : false
2323 - name : Setup Go
24- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # 6.2 .0
24+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # 6.3 .0
2525 with :
2626 go-version : " >=1.20.0"
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 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/)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments