Skip to content

Commit c9172c6

Browse files
committed
chore: update GitHub Actions to use latest versions of setup-python, setup-task, upload-pages-artifact, deploy-pages, and github-script
1 parent 70643b2 commit c9172c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

@@ -87,7 +87,7 @@ jobs:
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({

0 commit comments

Comments
 (0)