diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 32bb63e..ea41c28 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,7 @@ jobs: dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5b4107..7a75a91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: jit: 0 name: Tests on OS ${{ matrix.os }} with Python ${{ matrix.python-version }} and JIT ${{ matrix.jit }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: mamba-org/setup-micromamba@v2 name: Set up Micromamba environment with: