Skip to content

Update actions/setup-python action to v6 #4744

Update actions/setup-python action to v6

Update actions/setup-python action to v6 #4744

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-24.04
name: Unit Tests
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with:
python-version: '3.x'
- run: git fetch --prune --unshallow --tags
- run: make check yamllint