File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Install go
23
23
uses : actions/setup-go@v5
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@v4
50
+ uses : actions/checkout@v5
51
51
52
52
- name : Check GoReleaser
53
53
uses : goreleaser/goreleaser-action@v6
Original file line number Diff line number Diff line change 26
26
AWS_SECRET_ACCESS_KEY : ${{ secrets.OBJECT_STORAGE_SECRET_ACCESS_KEY }}
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
# Allow goreleaser to access older tag information.
32
32
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
- name : Self-hosted Renovate
16
16
uses :
renovatebot/[email protected]
17
17
with :
You can’t perform that action at this time.
0 commit comments