File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
if : github.repository_owner == 'jetstack'
25
25
26
26
steps :
27
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
28
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
29
29
# the tags so `git describe` returns a valid version.
30
30
# see https://github.com/actions/checkout/issues/701 for extra info about this option
Original file line number Diff line number Diff line change 32
32
echo "This workflow should not be run on a non-branch-head."
33
33
exit 1
34
34
35
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
36
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
37
37
# the tags so `git describe` returns a valid version.
38
38
# see https://github.com/actions/checkout/issues/701 for extra info about this option
Original file line number Diff line number Diff line change 16
16
id-token : write # needed for keyless signing & google auth
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- uses : ./.github/actions/repo_access
22
22
with :
Original file line number Diff line number Diff line change 9
9
timeout-minutes : 15
10
10
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
41
41
id-token : write # needed for google auth
42
42
43
43
steps :
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
with :
46
46
fetch-depth : 0
47
47
You can’t perform that action at this time.
0 commit comments