Skip to content

Commit f982eaa

Browse files
chore: update gh (#48)
* Update GitHub Actions --------- Co-authored-by: gh versions bot <electrocucaracha@users.noreply.github.com>
1 parent 1e4dac7 commit f982eaa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
15+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
1616
with:
1717
path: ~/.vagrant.d/boxes
1818
key: ${{ runner.os }}-vagrant-ubuntu-bionic-${{ hashFiles('distros_supported.yml') }}

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1919
- name: Setup Go
20-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # 5.2.0
20+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 5.3.0
2121
with:
2222
go-version: ">=1.20.0"
2323
- name: Install dependencies
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3131
- name: Check broken links
32-
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15
32+
uses: gaurav-nelson/github-action-markdown-link-check@636e17b35a5803e014b7272d9e46a8262705416a # 1.0.16
3333
check-super-linter:
3434
runs-on: ubuntu-latest
3535
steps:

.github/workflows/on-demand_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
36+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.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/)
@@ -54,7 +54,7 @@ jobs:
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
57+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.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/)

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: vm-self-hosted
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
23-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
23+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
2424
with:
2525
python-version: "^3.10"
2626
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4

0 commit comments

Comments
 (0)