From 675867251104d09b39f37eef83eb6a9fda11bab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 22:52:40 +0000 Subject: [PATCH] Bump r-hub/actions/setup from 1.7.5 to 1.7.7 Bumps [r-hub/actions/setup](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 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..e54cb27 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -41,7 +41,7 @@ jobs: steps: # NO NEED TO CHECKOUT HERE # Pinned to a full-length commit SHA for immutability; Dependabot updates this reference. - - uses: r-hub/actions/setup@31960d331f579d85cb0c868fce1dce2aaf132935 # v1 + - uses: r-hub/actions/setup@cf6c8eff3145ef225104294e6b0c023de4bba9c6 # v1 with: config: ${{ github.event.inputs.config }} id: rhub-setup