File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
mkdocs :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
20
- - uses : actions/setup-python@v4
19
+ - uses : actions/checkout@v4
20
+ - uses : actions/setup-python@v5
21
21
with :
22
22
python-version : 3.x
23
23
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
24
- - uses : actions/cache@v3
24
+ - uses : actions/cache@v4
25
25
with :
26
26
key : mkdocs-material-${{ env.cache_id }}
27
27
path : .cache
47
47
path : _site
48
48
49
49
- name : Download mvn site from latest
50
- uses : robinraju/release-downloader@v1.8
50
+ uses : robinraju/release-downloader@v1.11
51
51
with :
52
52
latest : true
53
53
fileName : Maven.Site
58
58
tar -xvf Maven.Site --strip-components=2 -C _site/mvn
59
59
60
60
- name : Upload artifact
61
- uses : actions/upload-pages-artifact@v1
61
+ uses : actions/upload-pages-artifact@v3
62
62
63
63
deploy :
64
64
needs : mergeBuilds
69
69
steps :
70
70
- name : Deploy to GitHub Pages
71
71
id : deployment
72
- uses : actions/deploy-pages@v2
72
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments