From 77398ab52e72b5b5a8c23383c9e062aa1aae689c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:32:36 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-additional.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/nightly.yml | 4 ++-- .github/workflows/pypi.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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