From 6a25362f8a80d3700d961a25b2eb9ece4be3f8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:42:36 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pages.yml | 2 +- .github/workflows/notebook-cleanliness.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pages.yml b/.github/workflows/build-pages.yml index f86e2b9b..5d134c15 100644 --- a/.github/workflows/build-pages.yml +++ b/.github/workflows/build-pages.yml @@ -19,7 +19,7 @@ jobs: container: ghcr.io/oggm/oggm:latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Fix git permission check run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Cache diff --git a/.github/workflows/notebook-cleanliness.yml b/.github/workflows/notebook-cleanliness.yml index 2657a518..7d636ca6 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@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5 with: