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@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
15+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.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 1717 steps :
1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1919 - name : Setup Go
20- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 5.3 .0
20+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # 5.4 .0
2121 with :
2222 go-version : " >=1.20.0"
2323 - name : Install dependencies
Original file line number Diff line number Diff line change 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/)
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/)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments