Skip to content

Commit 56e42a7

Browse files
authored
Merge pull request #50 from EventAccess/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.6.0
2 parents a52544d + f9416b1 commit 56e42a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4.2.2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5.4.0
19+
uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: 3.12
2222
cache: 'pip'
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4.2.2
5252

5353
- name: Set up Python
54-
uses: actions/setup-python@v5.4.0
54+
uses: actions/setup-python@v5.6.0
5555
with:
5656
python-version: 3.12
5757
cache: 'pip'

0 commit comments

Comments
 (0)