Skip to content

Commit e69fe8d

Browse files
authored
Merge pull request #33 from EventAccess/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.6.0
2 parents 629eb42 + 0d9a66e commit e69fe8d

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.4.0
22+
uses: actions/setup-python@v5.6.0
2323
with:
2424
python-version: ${{ matrix.py_version }}
2525

0 commit comments

Comments
 (0)