Skip to content

Commit 9219fc0

Browse files
renovate-rancher[bot]andypitcher
authored andcommitted
chore(deps): update github actions
1 parent ffb0807 commit 9219fc0

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
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717

1818
- name: Install Go
19-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
19+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2020
with:
2121
go-version: 'stable'
2222

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616

1717
- name: Install Go
18-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
18+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
55+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5656
with:
5757
path: ~/.cache/lima
5858
key: lima-${{ env.LIMA_VERSION }}

0 commit comments

Comments
 (0)