File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- name : ⬇ Checkout docs.octoprint.org
62
62
if : github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
with :
65
65
path : docs.octoprint.org
66
66
94
94
95
95
- name : ⬇ Checkout OctoPrint
96
96
if : github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
97
- uses : actions/checkout@v3
97
+ uses : actions/checkout@v4
98
98
with :
99
99
repository : " OctoPrint/OctoPrint"
100
100
ref : ${{ matrix.version }}
@@ -143,7 +143,7 @@ jobs:
143
143
runs-on : ubuntu-latest
144
144
steps :
145
145
- name : ⬇ Checkout docs.octoprint.org
146
- uses : actions/checkout@v3
146
+ uses : actions/checkout@v4
147
147
with :
148
148
ref : gh-pages
149
149
path : docs
You can’t perform that action at this time.
0 commit comments