diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index f05b5f036..41f83a4e9 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download Python package uses: actions/download-artifact@v8 with: diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index bfa9e96f4..095e8d8c9 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -45,7 +45,7 @@ jobs: UV_NO_PROGRESS: true steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # https://github.com/actions/setup-python - name: Install uv and set the python version id: setup-uv diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e5cb02f77..2562c1e84 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Annotate locations with typos uses: codespell-project/codespell-problem-matcher@v1 - name: Codespell diff --git a/.github/workflows/pypi-upload.yml b/.github/workflows/pypi-upload.yml index 8855235ae..c1054d229 100644 --- a/.github/workflows/pypi-upload.yml +++ b/.github/workflows/pypi-upload.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install uv and set the python version id: setup-uv diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 205b75e03..bc49b7bbd 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -27,7 +27,7 @@ jobs: UV_NO_SYNC: true steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install uv id: setup-uv uses: astral-sh/setup-uv@v7 @@ -84,7 +84,7 @@ jobs: UV_NO_PROGRESS: true steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install uv and set the python version id: setup-uv uses: astral-sh/setup-uv@v7 @@ -124,7 +124,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install uv and set the python version id: setup-uv uses: astral-sh/setup-uv@v7