diff --git a/.github/workflows/ci-additional.yml b/.github/workflows/ci-additional.yml index 38f42553..7a1f5b8a 100644 --- a/.github/workflows/ci-additional.yml +++ b/.github/workflows/ci-additional.yml @@ -23,7 +23,7 @@ jobs: steps: - name: checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # need to fetch all tags to get a correct version fetch-depth: 0 # fetch all branches and tags diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4547c29..3ba4dd23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: outputs: triggered: ${{ steps.detect-trigger.outputs.trigger-found }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 2 - uses: xarray-contrib/ci-trigger@v1 @@ -50,7 +50,7 @@ jobs: cache-key: ${{ steps.pixi-lock.outputs.cache-key }} pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -76,7 +76,7 @@ jobs: steps: - name: checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # need to fetch all tags to get a correct version fetch-depth: 0 # fetch all branches and tags diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0f4b4bc9..a7d8b520 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -24,7 +24,7 @@ jobs: outputs: triggered: ${{ steps.detect-trigger.outputs.trigger-found }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 2 - uses: xarray-contrib/ci-trigger@v1.2 @@ -57,7 +57,7 @@ jobs: steps: - name: checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # need to fetch all tags to get a correct version fetch-depth: 0 # fetch all branches and tags diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index d5e071b0..4f1fcebb 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'xarray-contrib/pint-xarray' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0