Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 2862ea0

Browse files
renovate[bot]smarlhens
authored andcommitted
chore(deps): update all dependencies
1 parent 33f01f3 commit 2862ea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
- name: Build
4747
run: npm run build -- --base /my-css-journey/
4848

49-
- uses: actions/configure-pages@v3
49+
- uses: actions/configure-pages@v4
5050

51-
- uses: actions/upload-pages-artifact@v1
51+
- uses: actions/upload-pages-artifact@v2
5252
with:
5353
path: dist
5454

5555
- name: Deploy
5656
id: deployment
57-
uses: actions/deploy-pages@v2
57+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)