From 046ded16e8cbd5f8994cc71ea0dce26165f9935b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:29:56 +0000 Subject: [PATCH] chore(deps): Bump astral-sh/ruff-action in the all-actions group Bumps the all-actions group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action). Updates `astral-sh/ruff-action` from 2 to 3 - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v2...v3) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e7cb537..761ad71 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/ruff-action@v2 + - uses: astral-sh/ruff-action@v3 with: version: 0.8.2 src: "./pydid" - - uses: astral-sh/ruff-action@v2 + - uses: astral-sh/ruff-action@v3 with: version: 0.8.2 src: "./pydid"