From 964c2074a26ba567713b9e4760d81da5dd000089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:05:15 +0000 Subject: [PATCH] Bump dieghernan/cran-status-check from 1 to 2 Bumps [dieghernan/cran-status-check](https://github.com/dieghernan/cran-status-check) from 1 to 2. - [Release notes](https://github.com/dieghernan/cran-status-check/releases) - [Commits](https://github.com/dieghernan/cran-status-check/compare/v1...v2) --- updated-dependencies: - dependency-name: dieghernan/cran-status-check dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cran-status-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cran-status-check.yaml b/.github/workflows/cran-status-check.yaml index 82148555..e33c9b6f 100644 --- a/.github/workflows/cran-status-check.yaml +++ b/.github/workflows/cran-status-check.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Check - uses: dieghernan/cran-status-check@v1 + uses: dieghernan/cran-status-check@v2 with: fail-on-error: "true" create-issue: "false"