File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout pebble-firmware
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
repository : pebble-dev/pebble-firmware
20
20
ref : main
53
53
54
54
steps :
55
55
- name : Checkout pebble-android-sdk
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
with :
58
58
repository : pebble-dev/pebble-android-sdk
59
59
74
74
75
75
steps :
76
76
- name : Checkout pebble-ios-sdk
77
- uses : actions/checkout@v4
77
+ uses : actions/checkout@v5
78
78
with :
79
79
repository : pebble/pebble-ios-sdk
80
80
93
93
94
94
steps :
95
95
- name : Checkout
96
- uses : actions/checkout@v4
96
+ uses : actions/checkout@v5
97
97
98
98
- name : Download docs artifacts
99
99
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-24.04
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
with :
13
13
ref : ${{ github.event.pull_request.head.sha }}
14
14
fetch-depth : 0
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Setup Ruby
16
16
uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments