diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0209115..c0985ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: check-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for accurate git revision dates - name: Install the latest version of uv and set the python version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5814bb..9f38fef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: # because the wheel is compatible with all 3.12+ versions currently python-version: ["3.12"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install the latest version of uv and set the python version uses: astral-sh/setup-uv@v7 with: @@ -44,7 +44,7 @@ jobs: # because the wheel is compatible with all 3.12+ versions currently python-version: ["3.12"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install the latest version of uv and set the python version uses: astral-sh/setup-uv@v7 with: diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index 2ef2c07..817e933 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -10,7 +10,7 @@ jobs: python-version: ["3.12", "3.13"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install the latest version of uv and set the python version uses: astral-sh/setup-uv@v7 with: diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index aed3cf9..b0b265b 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for accurate git revision dates - name: Install the latest version of uv and set the python version