Skip to content

Commit

Permalink
chore(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 77adce2 commit 3ac9186
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 210 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ on:
required: false
type: string
# renovate: datasource=pypi depName=poetry versioning=pep440
default: "1.8.3"
default: "1.8.4"
ruff-version:
required: false
type: string
# renovate: datasource=pypi depName=ruff versioning=pep440
default: "0.6.4"
default: "0.7.4"
mypy-check-files:
required: false
description: extra files to check with mypy
Expand All @@ -45,7 +45,7 @@ jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: ruff format
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
with:
Expand All @@ -72,7 +72,7 @@ jobs:
ports:
- 27017:27017
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: "Set up environment"
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
with:
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-24.04
needs: [lint]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: "Set up environment"
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
with:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
if: ${{ fromJSON(needs.check_version.outputs.should_publish) }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
# NB: we don't actually need to install the dependencies, but if we've
# gotten this far they're cached anyway
- name: "Set up environment"
Expand Down
Loading

0 comments on commit 3ac9186

Please sign in to comment.