From 192986627559a0ebb63af0a742f1fe2d941b5053 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 17:55:32 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.4.3 --- .github/workflows/ebnf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ebnf.yml b/.github/workflows/ebnf.yml index 3a3bed32aa..e1cc186de6 100644 --- a/.github/workflows/ebnf.yml +++ b/.github/workflows/ebnf.yml @@ -53,7 +53,7 @@ jobs: mkdir gh-pages ls -al cp ebnf.png gh-pages - - uses: JamesIves/github-pages-deploy-action@v4.4.1 + - uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages folder: eo-parser/target/gh-pages