File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
env :
22
22
HUB_OS : linux
23
23
steps :
24
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
if : github.event_name == 'push'
26
26
- run : echo $GITHUB_REF | sed -e 's/^refs\///g' -e 's/^tags\///g' > VERSION
27
27
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
94
94
BUILD_FILENAME : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}
95
95
ZIP_FILENAME : kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}.zip
96
96
steps :
97
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
97
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
98
98
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
99
99
with :
100
100
go-version-file : ' ./go.mod'
@@ -139,6 +139,6 @@ jobs:
139
139
needs :
140
140
- test-build-publish
141
141
steps :
142
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
142
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
143
143
- name : Update new version in krew-index
144
144
uses : rajatjindal/krew-release-bot@df3eb197549e3568be8b4767eec31c5e8e8e6ad8 # v0.0.46
You can’t perform that action at this time.
0 commit comments