Skip to content

Commit 10a25ec

Browse files
authored
Merge pull request #6 from helmetica-framework/renovate/major-github-actions-dependencies
Update github actions dependencies (major)
2 parents 992ad8f + 02d82e8 commit 10a25ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
push:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: azure/setup-helm@v4
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
16+
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
1717
- name: Verify tag matches Chart.yaml version
1818
run: |
1919
chart=$(awk '/^version:/{print $2}' Chart.yaml)

0 commit comments

Comments
 (0)