From ba7841e9fbc869114c69b3fe962cd87ea9c4680d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:00:42 +0000 Subject: [PATCH] build(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nix-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-linux.yaml b/.github/workflows/nix-linux.yaml index fb371ec..f46c574 100644 --- a/.github/workflows/nix-linux.yaml +++ b/.github/workflows/nix-linux.yaml @@ -57,7 +57,7 @@ jobs: nix develop ./templates/jlrs --override-input julia2nix ./. --show-trace --command -- call-julia - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 if: ${{ github.event_name == 'push' }} with: branch: gh-pages