Skip to content

Update actions/setup-python digest to 0b93645 #4077

Update actions/setup-python digest to 0b93645

Update actions/setup-python digest to 0b93645 #4077

Workflow file for this run

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