From 5a9a7c9e22d7eef9ed577e9cb933295d758b95a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:22:13 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.0 --- .github/workflows/l3build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/l3build.yml b/.github/workflows/l3build.yml index 3a757fa..5866c5a 100644 --- a/.github/workflows/l3build.yml +++ b/.github/workflows/l3build.yml @@ -53,7 +53,7 @@ jobs: sed -i "s/0\.0\.0/$(date +%H.%M.%S)/g" build/gh-pages/eolang.sty sed -i "s/0000-00-00/$(date +%Y-%m-%d)/g" build/gh-pages/eolang.sty if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-24.04' - - uses: JamesIves/github-pages-deploy-action@v4.6.9 + - uses: JamesIves/github-pages-deploy-action@v4.7.0 with: branch: gh-pages folder: build/gh-pages