File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
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
40
40
run : |
41
41
make print-go-version >> "$GITHUB_OUTPUT"
42
42
43
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
43
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
44
44
with :
45
45
go-version : ${{ steps.go-version.outputs.result }}
46
46
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
42
42
run : |
43
43
make print-go-version >> "$GITHUB_OUTPUT"
44
44
45
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
45
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
46
46
with :
47
47
go-version : ${{ steps.go-version.outputs.result }}
48
48
73
73
git push -f origin "$SELF_UPGRADE_BRANCH"
74
74
75
75
- if : ${{ steps.is-up-to-date.outputs.result != 'true' }}
76
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
76
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
77
77
with :
78
78
script : |
79
79
const { repo, owner } = context.repo;
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 :
32
32
username : ${{ secrets.QUAY_USERNAME }}
33
33
password : ${{ secrets.QUAY_PASSWORD }}
34
34
35
- - uses : actions/setup-go@v5
35
+ - uses : actions/setup-go@v6
36
36
with :
37
37
go-version : ${{ steps.go-version.outputs.result }}
38
38
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
21
21
run : |
22
22
make print-go-version >> "$GITHUB_OUTPUT"
23
23
24
- - uses : actions/setup-go@v5
24
+ - uses : actions/setup-go@v6
25
25
with :
26
26
go-version : ${{ steps.go-version.outputs.result }}
27
27
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
53
53
run : |
54
54
make print-go-version >> "$GITHUB_OUTPUT"
55
55
56
- - uses : actions/setup-go@v5
56
+ - uses : actions/setup-go@v6
57
57
with :
58
58
go-version : ${{ steps.go-version.outputs.result }}
59
59
You can’t perform that action at this time.
0 commit comments