File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
run : helm verify ${{ steps.helm_package.outputs.name }} --keyring public.gpg
71
71
72
72
- name : Upload Helm chart artifact
73
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
73
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
74
74
with :
75
75
name : ${{ matrix.chart_name }}
76
76
path : |
Original file line number Diff line number Diff line change 28
28
version : ' v3.13.1'
29
29
30
30
- name : Set up Python
31
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
31
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
32
32
with :
33
33
python-version : ' 3.12'
34
34
check-latest : true
Original file line number Diff line number Diff line change 44
44
run : sudo apt install lynx
45
45
46
46
- name : Set up Python
47
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
47
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
48
48
with :
49
49
python-version : ' 3.12'
50
50
check-latest : true
You can’t perform that action at this time.
0 commit comments