Skip to content

Commit

Permalink
chore(deps): update astral-sh/ruff-action action to v3 (#285)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[astral-sh/ruff-action](https://redirect.github.com/astral-sh/ruff-action)
| action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>astral-sh/ruff-action (astral-sh/ruff-action)</summary>

###
[`v3`](https://redirect.github.com/astral-sh/ruff-action/compare/v2...v3)

[Compare
Source](https://redirect.github.com/astral-sh/ruff-action/compare/v2...v3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/artis-mcrt/artistools).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and lukeshingles committed Dec 23, 2024
1 parent 24cbb95 commit ce07952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: Run Ruff
if: always()
uses: astral-sh/ruff-action@v2
uses: astral-sh/ruff-action@v3
with:
version: 0.8.2
args: "check --exit-non-zero-on-fix --no-fix"

- name: Run Ruff Format
if: always()
uses: astral-sh/ruff-action@v2
uses: astral-sh/ruff-action@v3
with:
version: 0.8.2
args: "format --check"
Expand Down

0 comments on commit ce07952

Please sign in to comment.