Skip to content

Bump actions/setup-python from 5.6.0 to 6.1.0 (#193) #335

Bump actions/setup-python from 5.6.0 to 6.1.0 (#193)

Bump actions/setup-python from 5.6.0 to 6.1.0 (#193) #335

Workflow file for this run

name: Test Docs
on: push
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
name: Test Docs
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Setup python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: 3.9
- run: make install-docs
- run: make test-docs