Skip to content

Commit 040f911

Browse files
authored
Merge pull request #65 from rancher/renovate/github-actions
chore(deps): update github actions
2 parents ad7c2d8 + 6f8e21b commit 040f911

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Install Go
20-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
20+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2121
with:
2222
go-version: 'stable'
2323

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

1717
- name: Install Go
18-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
18+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
1919
with:
2020
go-version: 'stable'
2121

@@ -52,7 +52,7 @@ jobs:
5252
echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
5353
5454
- name: "Cache ~/.cache/lima"
55-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
55+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5656
with:
5757
path: ~/.cache/lima
5858
key: lima-${{ env.LIMA_VERSION }}

0 commit comments

Comments
 (0)