Skip to content

Commit 10de5fb

Browse files
chore: bump astral-sh/ruff-action in the action-dependencies group (#45)
Bumps the action-dependencies group with 1 update: [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action). Updates `astral-sh/ruff-action` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](astral-sh/ruff-action@c6bea56...84f83ec) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a520c1a commit 10de5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
27+
- uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
2828
with:
2929
args: 'format --check'
3030

@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737

38-
- uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
38+
- uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
3939

4040
tests:
4141
name: "Python ${{ matrix.python }} on ${{ matrix.os }}"

0 commit comments

Comments
 (0)