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 May 23, 2024
1 parent 7bb1a0d commit b04e28d
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 97 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.2"
default: "1.8.3"
ruff-version:
required: false
type: string
# renovate: datasource=pypi depName=ruff versioning=pep440
default: "0.4.1"
default: "0.4.4"
secrets:
PYPI_API_TOKEN:
required: true
Expand All @@ -40,7 +40,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: ruff format
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
with:
Expand All @@ -67,7 +67,7 @@ jobs:
ports:
- 27017:27017
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: "Set up environment"
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
with:
Expand All @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-22.04
needs: [lint]
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: "Set up environment"
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
if: ${{ fromJSON(needs.check_version.outputs.should_publish) }}

steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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 b04e28d

Please sign in to comment.