From c50e5a74385dd8f28a9aa31e4b5fc57f0db065d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:39:56 +0000 Subject: [PATCH 1/2] Bump the gha-updates group with 2 updates Bumps the gha-updates group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) Updates `JamesIves/github-pages-deploy-action` from 4.6.9 to 4.7.1 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.9...v4.7.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 7ee2d1c..df476d1 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -20,13 +20,13 @@ jobs: steps: - uses: actions/checkout@v4 # deploy needs git credentials - name: Download prepared docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs-html-${{ github.sha }} path: docs/build/html - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 if: ${{ github.event_name == 'push' }} with: token: ${{ secrets.GITHUB_TOKEN }} From acfe99c1d24fcbecc7bd70893f416ed73c20eccd Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:54:18 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- .github/workflows/docs-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index df476d1..38759aa 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 # deploy needs git credentials - name: Download prepared docs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: docs-html-${{ github.sha }} path: docs/build/html