From fce51b8b2706e3301304faacb059d08580d12768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:51:06 +0000 Subject: [PATCH] Bump sujaykundu777/jekyll-deploy-action from 1.0.3 to 1.0.5 Bumps [sujaykundu777/jekyll-deploy-action](https://github.com/sujaykundu777/jekyll-deploy-action) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/sujaykundu777/jekyll-deploy-action/releases) - [Commits](https://github.com/sujaykundu777/jekyll-deploy-action/compare/1.0.3...1.0.5) --- updated-dependencies: - dependency-name: sujaykundu777/jekyll-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59b37619..ee3e5dae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v2 - name: Deploy Jekyll Site - uses: sujaykundu777/jekyll-deploy-action@1.0.3 + uses: sujaykundu777/jekyll-deploy-action@1.0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}