diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4885719..f20533a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # fetch the entire repo history, required to guarantee setuptools_scm will pick up tags - uses: actions/setup-python@v6 diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 17ec8e4..22a1205 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -6,7 +6,7 @@ jobs: name: Run sphinx-build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # fetch the entire repo history, required to guarantee versioneer will pick up the tags - uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 4a37363..b37db7e 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -11,7 +11,7 @@ jobs: python-version: ["3.11", "3.12", "3.13"] pycalphad_develop_version: [true, false] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # fetch the entire repo history, required to guarantee versioneer will pick up the tags - uses: astral-sh/setup-uv@v7