File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
if : github.actor == 'dependabot[bot]'
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
19
19
- uses : tibdex/github-app-token@v2
20
20
id : generate-token
Original file line number Diff line number Diff line change 20
20
outputs :
21
21
go : ${{ steps.filter.outputs.go }}
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : dorny/paths-filter@v3
25
25
id : filter
26
26
with :
45
45
image : ghcr.io/andreykaipov/goobs:latest
46
46
ports : [4457:1234]
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- uses : magnetikonline/action-golang-cache@v5
50
50
with :
51
51
go-version-file : go.mod
65
65
if : ${{ needs.check-changes.outputs.go == 'true' }}
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@v4
68
+ - uses : actions/checkout@v5
69
69
- uses : magnetikonline/action-golang-cache@v5
70
70
with :
71
71
go-version-file : go.mod
Original file line number Diff line number Diff line change 17
17
build :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- run : ./script/get-latest-obs.sh docker/obs.deb
22
22
env :
23
23
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 40
40
pull-requests : write
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
- uses : tibdex/github-app-token@v2
45
45
id : generate-token
46
46
with :
Original file line number Diff line number Diff line change 10
10
name : update protocol version
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- uses : tibdex/github-app-token@v2
16
16
id : generate-token
You can’t perform that action at this time.
0 commit comments