diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 29ce283..d973e1f 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -17,7 +17,7 @@ jobs: if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f22544..352b1ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: run: cd docs && make html steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Python environment uses: ./.github/actions/setup-venv @@ -135,7 +135,7 @@ jobs: needs: [checks] if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0