Skip to content

Commit e950a7e

Browse files
authored
Merge pull request #35 from EventAccess/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.4.0
2 parents 92573ac + 6a00179 commit e950a7e

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.3.0
19+
uses: actions/setup-python@v5.4.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.3.0
54+
uses: actions/setup-python@v5.4.0
5555
with:
5656
python-version: 3.12
5757
cache: 'pip'

0 commit comments

Comments
 (0)