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 }}