File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 compile-bot :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 repository : Scholar-Compass/Scholar-Compass-front
2323 ref : embed
4545 runs-on : ubuntu-latest
4646 needs : compile-bot
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 fetch-depth : 0 # mkdocs-git-* plugins need all history
5151 - uses : actions/setup-python@v5
@@ -100,7 +100,7 @@ jobs:
100100 deployments : write
101101 steps :
102102 - name : Checkout to help cloudflare/pages-action determine the commit
103- uses : actions/checkout@v4
103+ uses : actions/checkout@v5
104104 - uses : actions/download-artifact@v5
105105 with :
106106 name : site
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 # Without git integration
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.12'
You can’t perform that action at this time.
0 commit comments