File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 fetch-depth : 0
3838
3939 - name : Setup Python
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : ' 3.12'
4343 cache : ' pip'
4444
4545 - name : Setup Task
46- uses : arduino/setup-task@v1
46+ uses : arduino/setup-task@v2
4747 with :
4848 version : 3.x
4949
8787 echo "✅ Production landing page built successfully"
8888
8989 - name : Upload Pages artifact
90- uses : actions/upload-pages-artifact@v2
90+ uses : actions/upload-pages-artifact@v3
9191 with :
9292 path : ./site
9393
@@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - name : Deploy to GitHub Pages
102102 id : deployment
103- uses : actions/deploy-pages@v2
103+ uses : actions/deploy-pages@v4
104104
105105 lighthouse :
106106 needs : deploy
@@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Comment PR with Lighthouse results
128128 if : github.event_name == 'pull_request'
129- uses : actions/github-script@v6
129+ uses : actions/github-script@v7
130130 with :
131131 script : |
132132 github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments