diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72f7485..7d3eb86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup R (also sets the R_LIBS_USER environment variable) - uses: r-lib/actions/setup-r@a51a8012b0aab7c32ef9d19bf54da93f3254335e # v2.12.0 + uses: r-lib/actions/setup-r@d3c5be51b12e724e68f33216ca3c148b66d5f0b6 # v2.12.1 with: r-version: ${{ matrix.R }} - name: System Dependencies