Skip to content

Commit 2bbe058

Browse files
authored
Merge pull request #25 from EventAccess/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.4.0
2 parents 6f9de6c + 5e0eacc commit 2bbe058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: "actions/checkout@v4.2.2"
2020

2121
- name: Set up Python ${{ matrix.py_version }}
22-
uses: actions/setup-python@v5.3.0
22+
uses: actions/setup-python@v5.4.0
2323
with:
2424
python-version: ${{ matrix.py_version }}
2525

0 commit comments

Comments
 (0)