Skip to content

Commit cdba486

Browse files
chore(deps): update github workflow actions
1 parent f6c2fd6 commit cdba486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
go-version: '>=1.20.0'
7070
- uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
7171
- name : Install helm
72-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
72+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
7373
with:
7474
token: ${{ secrets.GITHUB_TOKEN }}
7575
- name: Check if yq is installed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
-
6464
name: Login to GitHub Container Registry
65-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
65+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.actor }}

0 commit comments

Comments
 (0)