From c34a6e13227345e1a8a4eadbd2dd9f288fb25cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 20:04:06 +0000 Subject: [PATCH] Bump pyansys/actions from 2 to 3 Bumps [pyansys/actions](https://github.com/pyansys/actions) from 2 to 3. - [Release notes](https://github.com/pyansys/actions/releases) - [Commits](https://github.com/pyansys/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: pyansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/local_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local_checks.yml b/.github/workflows/local_checks.yml index 2cf2d94a..493cd958 100644 --- a/.github/workflows/local_checks.yml +++ b/.github/workflows/local_checks.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: pyansys/actions/doc-style@v2 + uses: pyansys/actions/doc-style@v3 with: token: ${{ secrets.GITHUB_TOKEN }}