Skip to content

Bump actions/checkout from 5.1.0 to 7.0.1 #1679

Bump actions/checkout from 5.1.0 to 7.0.1

Bump actions/checkout from 5.1.0 to 7.0.1 #1679

Workflow file for this run

name: tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: |
3.10
3.11
3.12
- name: Install Hatch
run: pipx install hatch
- name: Run tests
run: cd packages/markitdown; hatch test