update action version
Some checks failed
Pipeline main branch / test (push) Failing after 25s

This commit is contained in:
continuist 2025-03-29 22:24:48 -04:00
parent 106391a2ec
commit 13c51edd26

View file

@ -14,10 +14,9 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.12.9'
cache: 'pip'
- name: Install dependencies
run: |