Skip to content

Commit

Permalink
build(deps): bump r-lib/actions from 2.7.1 to 2.7.2
Browse files Browse the repository at this point in the history
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/r-lib/actions/releases)
- [Commits](r-lib/actions@ab0a542...55acd27)

---
updated-dependencies:
- dependency-name: r-lib/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent f968a59 commit fa7d4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup R
uses: r-lib/actions/setup-r@ab0a542bf033c5fbe8f65834c003312f2d3afba3
uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579

- name: Setup lintr
uses: r-lib/actions/setup-r-dependencies@ab0a542bf033c5fbe8f65834c003312f2d3afba3
uses: r-lib/actions/setup-r-dependencies@55acd27e7b238c53bbe735b7a459c203a3b3d579
with:
extra-packages: lintr

Expand Down

0 comments on commit fa7d4ed

Please sign in to comment.