Skip to content

Commit b030093

Browse files
authored
Merge pull request #141 from rancher/renovate/main-gha-deps
chore(deps): update github workflow actions (main)
2 parents 51c5691 + 306d8fb commit b030093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6565
with:
6666
fetch-depth: 0
67-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
67+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
6868
with:
6969
go-version: '>=1.20.0'
70-
- uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4
70+
- uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
7171
- name : Install helm
7272
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
7373
with:
@@ -135,7 +135,7 @@ jobs:
135135
run: ./.github/workflows/e2e/scripts/generate-artifacts.sh;
136136
- name: Upload logs and manifests on failure
137137
if: failure()
138-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
138+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
139139
with:
140140
name: artifacts-${{ matrix.arch }}-${{ inputs.k3s_version || env.K3S_MIN_VERSION_TAG }}
141141
path: artifacts/

0 commit comments

Comments
 (0)