Skip to content

Commit 8751069

Browse files
Bump astral-sh/ruff-action from 3.4.0 to 3.5.0 (#1789)
--- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ebb275 commit 8751069

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
@@ -50,7 +50,7 @@ jobs:
5050
# run: poetry run pytest dags/e2e_tests
5151
- name: Check code formatting
5252
run: make check-format
53-
- uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
53+
- uses: astral-sh/ruff-action@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0
5454
- name: Check for missing migrations
5555
run: poetry run python manage.py makemigrations --check --no-input --settings=core.test_settings
5656
env:

0 commit comments

Comments
 (0)