diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index d3135d9..aace06a 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: src - name: Pip install deps @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./src diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 974557d..51ef008 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -15,7 +15,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build distribution run: |