diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcc8a82..c39be81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: run: cd docs && make html steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Python environment uses: ./.github/actions/setup-venv @@ -105,7 +105,7 @@ jobs: needs: [checks] if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 9e98195..7f25ace 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -18,7 +18,7 @@ jobs: if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0