Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent ee3c0b6 commit d32b2a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -25,14 +25,14 @@ jobs:
python-version: 3.10.8

- name: Set up Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.4.2

- name: Install python dependencies
run: poetry install

- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
name: "Linters and formatters check"
with:
extra_args: --all-files --show-diff-on-failure
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -21,14 +21,14 @@ jobs:
python-version: 3.10.8

- name: Set up Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.4.2

- name: Install python dependencies
run: poetry install

- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
name: "Linters and formatters check"
with:
extra_args: --all-files --show-diff-on-failure
Expand Down

0 comments on commit d32b2a2

Please sign in to comment.