From 0bf6073e076a95155e1e2ac32210205a7c07b844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:54:14 +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) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [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/build-pages.yml | 2 +- .github/workflows/linkcheck-on-request.yml | 2 +- .github/workflows/notebook-cleanliness.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pages.yml b/.github/workflows/build-pages.yml index 99f68eca..cbdacae3 100644 --- a/.github/workflows/build-pages.yml +++ b/.github/workflows/build-pages.yml @@ -26,7 +26,7 @@ jobs: container: ghcr.io/oggm/oggm:latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Fix git permission check run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Cache diff --git a/.github/workflows/linkcheck-on-request.yml b/.github/workflows/linkcheck-on-request.yml index 43c3bc33..a4e32538 100644 --- a/.github/workflows/linkcheck-on-request.yml +++ b/.github/workflows/linkcheck-on-request.yml @@ -38,7 +38,7 @@ jobs: container: ghcr.io/oggm/oggm:latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'issue_comment' && format('refs/pull/{0}/head', github.event.issue.number) || github.event_name == 'workflow_dispatch' && inputs.ref || github.event.pull_request.head.sha }} diff --git a/.github/workflows/notebook-cleanliness.yml b/.github/workflows/notebook-cleanliness.yml index 4940a01b..972216a6 100644 --- a/.github/workflows/notebook-cleanliness.yml +++ b/.github/workflows/notebook-cleanliness.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 with: