Skip to content

Commit 022310c

Browse files
Bump astral-sh/ruff-action from 3.3.0 to 3.3.1 (#1609)
Bumps [astral-sh/ruff-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acea893 commit 022310c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: poetry run pytest dags_unit_tests
4949
- name: Check code formatting
5050
run: poetry run black --check --diff .
51-
- uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
51+
- uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
5252
- name: Check for missing migrations
5353
run: poetry run python manage.py makemigrations --check --no-input --settings=core.test_settings
5454
env:

0 commit comments

Comments
 (0)