From 56b40f6a7c3299938cab721b3f78efd297faaf49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:34:38 +0000 Subject: [PATCH] Bump extractions/setup-just from 1 to 2 Bumps [extractions/setup-just](https://github.com/extractions/setup-just) from 1 to 2. - [Release notes](https://github.com/extractions/setup-just/releases) - [Commits](https://github.com/extractions/setup-just/compare/v1...v2) --- updated-dependencies: - dependency-name: extractions/setup-just dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 466743c76..c8b1d0c80 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -39,7 +39,7 @@ jobs: - name: Setup | Just id: just - uses: extractions/setup-just@v1 + uses: extractions/setup-just@v2 - name: Setup PATH # For using the pre-built mdbook run: echo $GITHUB_WORKSPACE/bin >> $GITHUB_PATH