Skip to content

Commit f9416b1

Browse files
Update actions/setup-python action to v5.6.0
1 parent a52544d commit f9416b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)