Skip to content

Commit

Permalink
Bump r-lib/actions from 2.11.1 to 2.11.2
Browse files Browse the repository at this point in the history
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.11.1 to 2.11.2.
- [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@473c681...14a7e74)

---
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 Feb 26, 2025
1 parent 233fccb commit 995f08e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# package that devtools requires as the rocker/tidyverse container in the
# minimum spec per https://github.com/rocker-org/rocker that includes devtools.
# The alternative is to use the action to install R;
# r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
# r-lib/actions/setup-r@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
# And then install dependencies, packages, and libraries on top. For Mac, we
# simply need to setup R and run the ordinary CMD Check. For windows, we need to
# install rtools to allow the 3.5.0 test to use C:\rtools40\usr\bin\bash.EXE
Expand Down Expand Up @@ -135,15 +135,15 @@ jobs:
- name: 🏁 Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 🏴‍☠️🔵🦜 Set up R
uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
uses: r-lib/actions/setup-r@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
with:
r-version: ${{ matrix.version }}
- name: 🐼 Pandoc
uses: r-lib/actions/setup-pandoc@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
uses: r-lib/actions/setup-pandoc@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
with:
pandoc-version: '2.17.1'
- name: TinyTex
uses: r-lib/actions/setup-tinytex@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
uses: r-lib/actions/setup-tinytex@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
- name: TinyTex MakeIndex
run: tlmgr install makeindex
- name: 🧱 Dependencies
Expand Down Expand Up @@ -172,12 +172,12 @@ jobs:
- name: 🏁 Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 🏴‍☠️🔵🦜 Set up R
uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
uses: r-lib/actions/setup-r@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
with:
r-version: ${{ matrix.version }}
rtools-version: '40'
- name: 🐼 Pandoc
uses: r-lib/actions/setup-pandoc@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
uses: r-lib/actions/setup-pandoc@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
with:
pandoc-version: '2.17.1'
- name: 🧱 Dependencies
Expand Down

0 comments on commit 995f08e

Please sign in to comment.