Bumped versions of Actions modules in use

This commit is contained in:
Ross Stewart
2025-09-08 08:45:26 +01:00
parent b9f49c823d
commit cf645f1c87

View File

@@ -12,13 +12,13 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v5
# https://github.com/marketplace/actions/setup-python
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.13'
- name: Setup Python environment
run: |