From 271c949238e9e8569a1cd53a0aeb234b514ea409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:19:59 -0400 Subject: [PATCH] Bump r-lib/actions from 2.8.6 to 2.8.7 (#230) Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.8.6 to 2.8.7. - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](https://github.com/r-lib/actions/compare/v2.8.6...v2.8.7) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yaml | 4 ++-- .github/workflows/main.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c95ee88d..92c81c39 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -51,10 +51,10 @@ jobs: - name: Install R - uses: r-lib/actions/setup-r@v2.8.6 + uses: r-lib/actions/setup-r@v2.8.7 - name: Install R dependencies - uses: r-lib/actions/setup-r-dependencies@v2.8.6 + uses: r-lib/actions/setup-r-dependencies@v2.8.7 with: packages: | any::roxygen2 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 753cf61d..ef949ec0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -193,10 +193,10 @@ jobs: submodules: recursive - name: Install R - uses: r-lib/actions/setup-r@v2.8.6 + uses: r-lib/actions/setup-r@v2.8.7 - name: Install R dependencies - uses: r-lib/actions/setup-r-dependencies@v2.8.6 + uses: r-lib/actions/setup-r-dependencies@v2.8.7 with: packages: | any::R6