From fed3dcac006d35f024e099a6d480dcbf9e2ac04a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:50:02 +0000 Subject: [PATCH] Bump softprops/turnstyle from 1 to 2 Bumps [softprops/turnstyle](https://github.com/softprops/turnstyle) from 1 to 2. - [Release notes](https://github.com/softprops/turnstyle/releases) - [Changelog](https://github.com/softprops/turnstyle/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/turnstyle/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/turnstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 543e8c685..a41385d31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: run: cp -fr ./static/. ./build/site/ - name: Turnstyle if: ${{ ! env.GITHUB_TOKEN == '' }} - uses: softprops/turnstyle@v1 + uses: softprops/turnstyle@v2 env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - name: Publish to GitHub Pages