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

Commit 98be8ff

Browse files
chore: update gh (#59)
* Update GitHub Actions --------- Co-authored-by: gh versions bot <electrocucaracha@users.noreply.github.com>
1 parent 6ada27c commit 98be8ff

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/vagrant-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
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') }}

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.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)