From f8b04b158c11c1ee47791dd749d68356d9f90a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:34:40 +0000 Subject: [PATCH] build(deps): bump r-lib/actions from 2.8.0 to 2.8.1 Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/r-lib/actions/releases) - [Commits](https://github.com/r-lib/actions/compare/8993367d264b4372cfccce1836290b7087db9c92...0ed4cdf40958ef43a6b33b9792e07ac76c3239e3) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lintr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lintr.yml b/.github/workflows/lintr.yml index 1fc297f33..a9a21c7ff 100644 --- a/.github/workflows/lintr.yml +++ b/.github/workflows/lintr.yml @@ -41,10 +41,10 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup R - uses: r-lib/actions/setup-r@8993367d264b4372cfccce1836290b7087db9c92 + uses: r-lib/actions/setup-r@0ed4cdf40958ef43a6b33b9792e07ac76c3239e3 - name: Setup lintr - uses: r-lib/actions/setup-r-dependencies@8993367d264b4372cfccce1836290b7087db9c92 + uses: r-lib/actions/setup-r-dependencies@0ed4cdf40958ef43a6b33b9792e07ac76c3239e3 with: extra-packages: lintr