From c86ca8103b7fbeda56ad61f6119d08b743cf2734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:15:53 +0000 Subject: [PATCH] Bump r-lib/actions from 2.11.3 to 2.11.4 Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.11.3 to 2.11.4. - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](https://github.com/r-lib/actions/compare/bd49c52ffe281809afa6f0fecbf37483c5dd0b93...6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590) --- updated-dependencies: - dependency-name: r-lib/actions dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/R-test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/R-test.yaml b/.github/workflows/R-test.yaml index 6a4f4bc2..7f6ca054 100644 --- a/.github/workflows/R-test.yaml +++ b/.github/workflows/R-test.yaml @@ -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@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3 +# r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4 # 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 @@ -135,15 +135,15 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: 🏴‍☠️🔵🦜 Set up R - uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3 + uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4 with: r-version: ${{ matrix.version }} - name: 🐼 Pandoc - uses: r-lib/actions/setup-pandoc@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3 + uses: r-lib/actions/setup-pandoc@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4 with: pandoc-version: '2.17.1' - name: TinyTex - uses: r-lib/actions/setup-tinytex@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3 + uses: r-lib/actions/setup-tinytex@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4 - name: TinyTex MakeIndex run: tlmgr install makeindex - name: 🧱 Dependencies @@ -172,12 +172,12 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: 🏴‍☠️🔵🦜 Set up R - uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3 + uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4 with: r-version: ${{ matrix.version }} rtools-version: '40' - name: 🐼 Pandoc - uses: r-lib/actions/setup-pandoc@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3 + uses: r-lib/actions/setup-pandoc@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4 with: pandoc-version: '2.17.1' - name: 🧱 Dependencies