Skip to content

Commit

Permalink
Bump r-lib/actions from 2.8.6 to 2.8.7 (#30)
Browse files Browse the repository at this point in the history
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](r-lib/actions@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 684b924 commit b51c415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:


- name: Install R
uses: r-lib/actions/[email protected].6
uses: r-lib/actions/[email protected].7

- name: Install R dependencies
uses: r-lib/actions/[email protected].6
uses: r-lib/actions/[email protected].7
with:
packages: |
any::roxygen2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ jobs:
submodules: recursive

- name: Install R
uses: r-lib/actions/[email protected].6
uses: r-lib/actions/[email protected].7

- name: Install R dependencies
uses: r-lib/actions/[email protected].6
uses: r-lib/actions/[email protected].7
with:
packages: |
any::R6
Expand Down

0 comments on commit b51c415

Please sign in to comment.