From 509da6620491b6aa44b2f516ae650a08fb877834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:12:14 +0000 Subject: [PATCH] build(deps): 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/ex-rtd.yml | 8 ++++---- .github/workflows/ex-workflow.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ex-rtd.yml b/.github/workflows/ex-rtd.yml index 0ab76d24..4fbc8065 100644 --- a/.github/workflows/ex-rtd.yml +++ b/.github/workflows/ex-rtd.yml @@ -51,7 +51,7 @@ jobs: echo "ref=$ref" >> $GITHUB_OUTPUT - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ steps.set_ref.outputs.ref }} @@ -88,13 +88,13 @@ jobs: shell: bash -el {0} steps: - name: Checkout MODFLOW6 examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: modflow6-examples ref: ${{ needs.set_options.outputs.ref }} - name: Checkout MODFLOW 6 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: MODFLOW-ORG/modflow6 path: modflow6 @@ -187,7 +187,7 @@ jobs: ) steps: - name: Checkout MODFLOW6 examples repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Trigger RTD build uses: dfm/rtds-action@v1 diff --git a/.github/workflows/ex-workflow.yml b/.github/workflows/ex-workflow.yml index 6693ac21..3c5fda14 100644 --- a/.github/workflows/ex-workflow.yml +++ b/.github/workflows/ex-workflow.yml @@ -25,7 +25,7 @@ jobs: shell: bash -el {0} steps: - name: Checkout MODFLOW 6 examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup pixi uses: prefix-dev/setup-pixi@v0.9.6 @@ -47,12 +47,12 @@ jobs: shell: bash -el {0} steps: - name: Checkout MODFLOW6 examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: modflow6-examples - name: Checkout MODFLOW 6 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: MODFLOW-ORG/modflow6 path: modflow6 @@ -114,18 +114,18 @@ jobs: MPLBACKEND: agg steps: - name: Checkout MODFLOW 6 examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: modflow6-examples - name: Checkout MODFLOW 6 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: MODFLOW-ORG/modflow6 path: modflow6 - name: Checkout usgslatex - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: MODFLOW-ORG/usgslatex path: usgslatex