diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a2f7f5d..9ce1fad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,4 +35,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/.github/workflows/deployJob.yml b/.github/workflows/deployJob.yml index 85782e1..b6bddee 100644 --- a/.github/workflows/deployJob.yml +++ b/.github/workflows/deployJob.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 - name: Create Telegram Notification env: GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}