Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and alexrp committed Nov 11, 2024
1 parent b11a81b commit b8aad8a
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.1
uses: r-lib/actions/setup-pandoc@v2.11.0
- name: Set up Node.js
uses: actions/setup-node@v4.1.0
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.1
uses: r-lib/actions/setup-pandoc@v2.11.0
- name: Set up Node.js
uses: actions/setup-node@v4.1.0
with:
Expand Down

0 comments on commit b8aad8a

Please sign in to comment.