diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bab9165..37b1270 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 # Needed for mkdocs-git-authors-plugin - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.x'