Skip to content

Update actions/checkout digest to 11bd719 #4137

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #4137

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
with:
python-version: '3.x'
- run: git fetch --prune --unshallow --tags
- run: make check yamllint