Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ee2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint With Black
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: psf/black@stable
with:
options: "--check --verbose"
Expand All @@ -29,7 +29,7 @@ jobs:
name: Lint With Flake8
steps:
- name: Check out source repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Python environment
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
init-path: "./test/dockerfiles/mongo/docker-entrypoint-initdb.d-3.6/"
steps:
- name: Check out source repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Python environment
uses: actions/setup-python@v5
with:
Expand Down
Loading