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

Commit 9995f41

Browse files
Update GitHub Actions
1 parent 83b7e75 commit 9995f41

2 files changed

Lines changed: 2 additions & 2 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@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') }}

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
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@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

0 commit comments

Comments
 (0)