diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a299d26..3f0a9bf 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@v6 + - uses: actions/checkout@v7 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 22a1205..66e8d0c 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@v6 + - uses: actions/checkout@v7 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 b37db7e..70766c6 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@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # fetch the entire repo history, required to guarantee versioneer will pick up the tags - uses: astral-sh/setup-uv@v7