Skip to content

Commit

Permalink
Merge pull request #1100 from procrastinate-org/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
renovate[bot] authored Jul 6, 2024
2 parents c8c6f9e + d19ef01 commit 36b9262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Install poetry
run: pipx install poetry
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
name: Run Pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Install poetry
run: pipx install poetry
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
pipx install poetry
pipx inject poetry 'poetry-dynamic-versioning[plugin]'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Build wheel and sdist
run: poetry build
Expand Down

0 comments on commit 36b9262

Please sign in to comment.