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 1, 2024
1 parent a4c12a7 commit ca36ae4
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 208 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ on:
required: false
type: string
# renovate: datasource=conda depName=conda-forge/python
default: "3.12.6"
default: "3.13.0"
poetry-version:
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.2"
mypy-check-files:
required: false
description: extra files to check with mypy
Expand All @@ -45,7 +45,7 @@ jobs:
lint:
runs-on: ubuntu-22.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-22.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 ca36ae4

Please sign in to comment.