Update workflows to use most recent release of each action

This commit is contained in:
Jeremy Stretch
2024-06-03 08:01:50 -04:00
parent fbc9ffa47b
commit bd007eb297
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11