From 2e37e145705a138a6e7ecd47dfdfc27926ec6475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:16:10 +0000 Subject: [PATCH] Bump jeffreytse/jekyll-deploy-action in the github-actions group Bumps the github-actions group with 1 update: [jeffreytse/jekyll-deploy-action](https://github.com/jeffreytse/jekyll-deploy-action). Updates `jeffreytse/jekyll-deploy-action` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/jeffreytse/jekyll-deploy-action/releases) - [Commits](https://github.com/jeffreytse/jekyll-deploy-action/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: jeffreytse/jekyll-deploy-action dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 ae20b25..ea5e6f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: ${{ runner.os }}-gems- # Use GitHub Deploy Action to build and deploy to Github - - uses: jeffreytse/jekyll-deploy-action@v0.6.0 + - uses: jeffreytse/jekyll-deploy-action@v0.7.0 with: provider: "github" token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)