File tree Expand file tree Collapse file tree
modules/go/base/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 echo "This workflow should not be run on a non-branch-head."
2929 exit 1
3030
31- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
31+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3232
3333 - id : go-version
3434 run : |
Original file line number Diff line number Diff line change 1717 contents : read
1818
1919 steps :
20- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121
2222 - id : go-version
2323 run : |
Original file line number Diff line number Diff line change 2020 if : github.repository == 'cert-manager/makefile-modules'
2121
2222 steps :
23- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424 # Adding `fetch-depth: 0` makes sure tags are also fetched. We need
2525 # the tags so `git describe` returns a valid version.
2626 # see https://github.com/actions/checkout/issues/701 for extra info about this option
Original file line number Diff line number Diff line change 2828 echo "This workflow should not be run on a non-branch-head."
2929 exit 1
3030
31- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
31+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3232
3333 - id : go-version
3434 run : |
Original file line number Diff line number Diff line change 1717 image : renovate/renovate:43.224.0@sha256:917942c6021720b042ef2bfce54455497ac92d24396b7b4b2a97ef6513697bc4
1818 options : --user root
1919 steps :
20- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121 - run : renovate --version
2222 - run : renovate-config-validator .github/renovate.json5
Original file line number Diff line number Diff line change 2020 if : github.repository == '{{REPLACE:GH-REPOSITORY}}'
2121
2222 steps :
23- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424 # Adding `fetch-depth: 0` makes sure tags are also fetched. We need
2525 # the tags so `git describe` returns a valid version.
2626 # see https://github.com/actions/checkout/issues/701 for extra info about this option
You can’t perform that action at this time.
0 commit comments