From fc227318480aee73d92a6851bfc3a4d55ea2384c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 26 Jun 2023 09:09:54 +0200 Subject: [PATCH] chore(deps): update actions/setup-python action to v4 (#469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v1` -> `v4` | --- ### Release Notes
actions/setup-python (actions/setup-python) ### [`v4`](https://togithub.com/actions/setup-python/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-python/compare/v3...v4) ### [`v3`](https://togithub.com/actions/setup-python/compare/v2...v3) [Compare Source](https://togithub.com/actions/setup-python/compare/v2...v3) ### [`v2`](https://togithub.com/actions/setup-python/compare/v1...v2) [Compare Source](https://togithub.com/actions/setup-python/compare/v1...v2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3b9954ea..2264b580 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Set up Python 3.9 - uses: actions/setup-python@0f07f7f756721ebd886c2462646a35f78a8bc4de # v1 + uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4 with: python-version: 3.9 - name: Install dependencies