Skip to content

Commit cdb07b2

Browse files
improving deploy action
1 parent 60ef182 commit cdb07b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
steps:
3636
- name: Deploy to GitHub Pages
3737
id: deployment
38-
uses: actions/deploy-pages@v1
38+
uses: actions/deploy-pages@v4

.github/workflows/deployJob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Deploy to GitHub Pages
3636
id: deployment
37-
uses: actions/deploy-pages@v1
37+
uses: actions/deploy-pages@v4
3838
- name: Create Telegram Notification
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)