From f5f2ce1e8c498968920e13a8d2d2eb840f5fadb8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Jun 2024 13:13:19 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index dd4bd58..1030b0f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -60,7 +60,7 @@ jobs: - name: Deploy to GitHub Pages if: matrix.version == 'stable' && (github.repository == 'realaravinth/actix-web-codegen-const-routes') - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages