Skip to content

Commit

Permalink
Merge #440
Browse files Browse the repository at this point in the history
440: chore(deps): update pre-commit/action action to v3 r=samueltardieu a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pre-commit/action](https://togithub.com/pre-commit/action) | action | major | `v2.0.0` -> `v3.0.0` |

---

### Release Notes

<details>
<summary>pre-commit/action (pre-commit/action)</summary>

### [`v3.0.0`](https://togithub.com/pre-commit/action/releases/tag/v3.0.0): pre-commit/[email protected]

[Compare Source](https://togithub.com/pre-commit/action/compare/v2.0.3...v3.0.0)

##### Breaking

-   remove pushing behaviour.
    -   PR [#&#8203;164](https://togithub.com/pre-commit/action/issues/164) by [`@&#8203;asottile](https://togithub.com/asottile).`

see [README] for alternatives

[README]: https://togithub.com/pre-commit/action#using-this-action-in-private-repositories

### [`v2.0.3`](https://togithub.com/pre-commit/action/releases/tag/v2.0.3): pre-commit/[email protected]

[Compare Source](https://togithub.com/pre-commit/action/compare/v2.0.2...v2.0.3)

##### Fixes

-   `push` compatibility with `actions/checkout@v2` which checks out the branch
    -   [#&#8203;97](https://togithub.com/pre-commit/action/issues/97) PR by [`@&#8203;jackton1](https://togithub.com/jackton1).`

### [`v2.0.2`](https://togithub.com/pre-commit/action/releases/tag/v2.0.2): pre-commit/[email protected]

[Compare Source](https://togithub.com/pre-commit/action/compare/v2.0.1...v2.0.2)

retag of 2.0.1 but on the proper branch

### [`v2.0.1`](https://togithub.com/pre-commit/action/releases/tag/v2.0.1): pre-commit/[email protected]

[Compare Source](https://togithub.com/pre-commit/action/compare/v2.0.0...v2.0.1)

##### Fixes

-   Avoid failures if cache saving fails
    -   [#&#8203;54](https://togithub.com/pre-commit/action/issues/54) PR by [`@&#8203;s-weigand](https://togithub.com/s-weigand)`
    -   [#&#8203;53](https://togithub.com/pre-commit/action/issues/53) issue by [`@&#8203;s-weigand](https://togithub.com/s-weigand)`

</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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/samueltardieu/pathfinding).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] authored Sep 22, 2023
2 parents 4ef79e5 + c2f8527 commit 459b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: pre-commit/action@v2.0.0
- uses: pre-commit/action@v3.0.0

0 comments on commit 459b7b7

Please sign in to comment.