diff --git a/.github/workflows/notebook-cleanliness.yml b/.github/workflows/notebook-cleanliness.yml index 972216a6..a6ea318b 100644 --- a/.github/workflows/notebook-cleanliness.yml +++ b/.github/workflows/notebook-cleanliness.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.11' - name: Validate notebook cleanliness