File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Install Dart Sass
3333 run : sudo snap install dart-sass
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 submodules : recursive
3838 - name : Setup Pages
@@ -139,15 +139,15 @@ jobs:
139139 - liascript-nightly
140140 steps :
141141 - name : Checkout repository
142- uses : actions/checkout@v2
142+ uses : actions/checkout@v5
143143
144144 - name : Checkout gh-pages branch
145145 run : |
146146 git fetch origin gh-pages
147147 git checkout gh-pages || git checkout --orphan gh-pages
148148
149149 - name : Download Website
150- uses : actions/download-artifact@master
150+ uses : actions/download-artifact@v5
151151 with :
152152 name : public
153153 path : public
@@ -159,7 +159,7 @@ jobs:
159159 rm public/artifact.tar
160160
161161 - name : Download LiaScript
162- uses : actions/download-artifact@master
162+ uses : actions/download-artifact@v5
163163 with :
164164 name : course
165165 path : public/course
@@ -171,7 +171,7 @@ jobs:
171171 rm public/course/artifact.tar
172172
173173 - name : Download LiaScript Nightly
174- uses : actions/download-artifact@master
174+ uses : actions/download-artifact@v5
175175 with :
176176 name : nightly
177177 path : public/nightly
You can’t perform that action at this time.
0 commit comments