From 9ab07afce1b4efba112ea15114631e2865fd5b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 23:58:54 +0000 Subject: [PATCH] build(deps): bump enriikke/gatsby-gh-pages-action from 2.2.0 to 2.2.1 Bumps [enriikke/gatsby-gh-pages-action](https://github.com/enriikke/gatsby-gh-pages-action) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/enriikke/gatsby-gh-pages-action/releases) - [Commits](https://github.com/enriikke/gatsby-gh-pages-action/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: enriikke/gatsby-gh-pages-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs_build.yml | 2 +- .github/workflows/docs_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs_build.yml b/.github/workflows/docs_build.yml index 46a092e84..82709ab6c 100644 --- a/.github/workflows/docs_build.yml +++ b/.github/workflows/docs_build.yml @@ -11,7 +11,7 @@ jobs: name: 👷‍♀️ Docs successfully build steps: - uses: actions/checkout@v3 - - uses: enriikke/gatsby-gh-pages-action@v2.2.0 + - uses: enriikke/gatsby-gh-pages-action@v2.2.1 with: access-token: ${{ secrets.GH_PAGES_TOKEN }} deploy-branch: gh-pages diff --git a/.github/workflows/docs_release.yml b/.github/workflows/docs_release.yml index b3fb62227..d8a438b89 100644 --- a/.github/workflows/docs_release.yml +++ b/.github/workflows/docs_release.yml @@ -11,7 +11,7 @@ jobs: name: 🚀 Release to GitHub Pages steps: - uses: actions/checkout@v3 - - uses: enriikke/gatsby-gh-pages-action@v2.2.0 + - uses: enriikke/gatsby-gh-pages-action@v2.2.1 with: access-token: ${{ secrets.GH_PAGES_TOKEN }} deploy-branch: gh-pages