From 6924ab650e5d567e70cf20fc5e7645b8b933dafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 22:52:46 +0000 Subject: [PATCH] Bump r-hub/actions/setup-r from 1.7.5 to 1.7.7 Bumps [r-hub/actions/setup-r](https://github.com/r-hub/actions) from 1.7.5 to 1.7.7. - [Release notes](https://github.com/r-hub/actions/releases) - [Changelog](https://github.com/r-hub/actions/blob/main/NEWS.md) - [Commits](https://github.com/r-hub/actions/compare/31960d331f579d85cb0c868fce1dce2aaf132935...cf6c8eff3145ef225104294e6b0c023de4bba9c6) --- updated-dependencies: - dependency-name: r-hub/actions/setup-r dependency-version: 1.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rhub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 9467238..3cd06e4 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -91,7 +91,7 @@ jobs: # Pinned to a full-length commit SHA for immutability; Dependabot updates this reference. - uses: r-hub/actions/checkout@cf6c8eff3145ef225104294e6b0c023de4bba9c6 # v1 # Pinned to a full-length commit SHA for immutability; Dependabot updates this reference. - - uses: r-hub/actions/setup-r@31960d331f579d85cb0c868fce1dce2aaf132935 # v1 + - uses: r-hub/actions/setup-r@cf6c8eff3145ef225104294e6b0c023de4bba9c6 # v1 with: job-config: ${{ matrix.config.job-config }} token: ${{ secrets.RHUB_TOKEN }}