diff --git a/.github/workflows/check-code-snippets.yaml b/.github/workflows/check-code-snippets.yaml index 476f6eb0..3aa534a5 100644 --- a/.github/workflows/check-code-snippets.yaml +++ b/.github/workflows/check-code-snippets.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' - name: Install dependencies