Skip to content

Commit

Permalink
Bump r-lib/actions from 2.10.0 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.10.0 to 2.10.1.
- [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.10.0...v2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and alexrp committed Aug 9, 2024
1 parent 4e41561 commit 57efe75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
version: 0.13.0
- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v2.10.0
uses: r-lib/actions/setup-pandoc@v2.10.1
- name: Set up Node.js
uses: actions/setup-node@v4.0.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: 0.13.0
- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v2.10.0
uses: r-lib/actions/setup-pandoc@v2.10.1
- name: Set up Node.js
uses: actions/setup-node@v4.0.3
with:
Expand Down

0 comments on commit 57efe75

Please sign in to comment.