File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
30
30
steps :
31
31
- name : Checkout ${{ github.event.repository.name }}
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Setup Pages
35
- uses : actions/configure-pages@v3
35
+ uses : actions/configure-pages@v5
36
36
37
37
- name : Install V
38
- uses : vlang/setup-v@v1.3
38
+ uses : vlang/setup-v@v1.4
39
39
40
40
- name : Build Docs
41
41
run : |
45
45
echo '<meta http-equiv="refresh" content="0;url=https://qtc-de.github.io/rpv/rpv.html" />' > html/index.html
46
46
47
47
- name : Upload artifact
48
- uses : actions/upload-pages-artifact@v2
48
+ uses : actions/upload-pages-artifact@v3
49
49
with :
50
50
path : ' html/'
51
51
61
61
steps :
62
62
- name : Deploy to GitHub Pages
63
63
id : deployment
64
- uses : actions/deploy-pages@v2
64
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
24
24
steps :
25
25
- name : Install V
26
- uses : vlang/setup-v@v1.3
26
+ uses : vlang/setup-v@v1.4
27
27
28
28
- name : Install mingw
29
29
run : |
30
30
sudo apt install -y gcc-mingw-w64
31
31
32
32
- name : ${{ github.event.repository.name }}
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Build Examples
36
36
run : |
You can’t perform that action at this time.
0 commit comments