Skip to content

Commit 5115f7c

Browse files
authored
Merge pull request #503 from doudar/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 1be27ee + 9a5120d commit 5115f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Ensure changelog is updated
1616
uses: dangoslen/changelog-enforcer@v3.5.1
1717
- name: Set up python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.x'
2121
architecture: 'x64'

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Ensure changelog is updated
2222
uses: dangoslen/changelog-enforcer@v3.5.1
2323
- name: Setup python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
- name: Check pre-commit hooks
2626
uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)