Skip to content

Commit c27a017

Browse files
chore(deps): update github actions (major)
1 parent 4960ad4 commit c27a017

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/helm-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
with:
2020
fetch-depth: 0
2121

@@ -25,7 +25,7 @@ jobs:
2525
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727
- name: Install Helm
28-
uses: azure/setup-helm@v4
28+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
2929
env:
3030
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3131

@@ -37,7 +37,7 @@ jobs:
3737
skip_upload: true
3838

3939
- name: Login to GitHub Container Registry
40-
uses: docker/login-action@v3
40+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)