From 20d83057fd5d378d51192b9051951b27cb05bb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:07:19 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/ex-rtd.yml | 8 ++++---- .github/workflows/ex-workflow.yml | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ex-rtd.yml b/.github/workflows/ex-rtd.yml index 9ae531ab..05be0f42 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@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.set_ref.outputs.ref }} @@ -88,13 +88,13 @@ jobs: shell: bash -el {0} steps: - name: Checkout MODFLOW6 examples - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: modflow6-examples ref: ${{ needs.set_options.outputs.ref }} - name: Checkout MODFLOW 6 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: MODFLOW-ORG/modflow6 path: modflow6 @@ -187,7 +187,7 @@ jobs: ) steps: - name: Checkout MODFLOW6 examples repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Trigger RTD build uses: dfm/rtds-action@v1 diff --git a/.github/workflows/ex-workflow.yml b/.github/workflows/ex-workflow.yml index 0740a635..83475416 100644 --- a/.github/workflows/ex-workflow.yml +++ b/.github/workflows/ex-workflow.yml @@ -27,7 +27,7 @@ jobs: shell: bash -el {0} steps: - name: Checkout MODFLOW 6 examples - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup pixi uses: prefix-dev/setup-pixi@v0.9.3 @@ -49,12 +49,12 @@ jobs: shell: bash -el {0} steps: - name: Checkout MODFLOW6 examples - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: modflow6-examples - name: Checkout MODFLOW 6 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: MODFLOW-ORG/modflow6 path: modflow6 @@ -116,18 +116,18 @@ jobs: MPLBACKEND: agg steps: - name: Checkout MODFLOW 6 examples - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: modflow6-examples - name: Checkout MODFLOW 6 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: MODFLOW-ORG/modflow6 path: modflow6 - name: Checkout usgslatex - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: MODFLOW-ORG/usgslatex path: usgslatex @@ -201,7 +201,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout MODFLOW6 examples - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get current time uses: josStorer/get-current-time@v2