From d32b2a2a2a4f04c9ac0d0439983dc8e852a9fcd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:33:03 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yaml | 6 +++--- .github/workflows/test.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 28ba250..7133028 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} @@ -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/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 name: "Linters and formatters check" with: extra_args: --all-files --show-diff-on-failure diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 515a52a..b3061ad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }} @@ -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/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 name: "Linters and formatters check" with: extra_args: --all-files --show-diff-on-failure