Skip to content

Commit 51e36c9

Browse files
authored
Merge pull request #1270 from custom-components/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 44e3762 + d64a9e1 commit 51e36c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
- uses: pre-commit/[email protected]

.github/workflows/test_commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check out code from GitHub
2929
uses: "actions/checkout@v4"
3030
- name: Setup Python
31-
uses: "actions/setup-python@v4"
31+
uses: "actions/setup-python@v5"
3232
with:
3333
python-version: "3.11"
3434
- name: Install requirements

0 commit comments

Comments
 (0)