File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-22.04
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4.2.2
29
29
- name : Install, build, and upload artifact
30
- uses : withastro/action@v0
30
+ uses : withastro/action@v3.0.2
31
31
Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ jobs:
27
27
url : ${{ steps.deployment.outputs.page_url }}
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
33
persist-credentials : false
34
34
- name : Download artifact
35
- uses : dawidd6/action-download-artifact@v2
35
+ uses : dawidd6/action-download-artifact@v8
36
36
with :
37
37
workflow : build.yml
38
38
github_token : ${{ secrets.PAT }}
39
39
name : github-pages
40
40
path : artifact
41
41
- name : Semantic Release
42
42
id : semantic
43
- uses : cycjimmy/semantic-release-action@v3
43
+ uses : cycjimmy/semantic-release-action@v4.1.1
44
44
with :
45
45
extra_plugins : |
46
46
@semantic-release/changelog
@@ -52,11 +52,11 @@ jobs:
52
52
GIT_COMMITTER_NAME : ' GitHub Actions'
53
53
GIT_COMMITTER_EMAIL :
' [email protected] '
54
54
- name : Upload artifact
55
- uses : actions/upload-artifact@v3
55
+ uses : actions/upload-artifact@v4.6.1
56
56
with :
57
57
name : github-pages
58
58
path : artifact
59
59
- name : Deploy to GitHub Pages
60
60
if : ${{ steps.semantic.outputs.new_release_published }} == 'true' || ${{ github.event.inputs.force }} == 'true'
61
61
id : deployment
62
- uses : actions/deploy-pages@v2
62
+ uses : actions/deploy-pages@v4.0.5
You can’t perform that action at this time.
0 commit comments