Skip to content

Commit

Permalink
update tic
Browse files Browse the repository at this point in the history
  • Loading branch information
jbferet committed Nov 3, 2022
1 parent d5a9520 commit 80b4539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Ncpus: 4
Expand All @@ -55,10 +55,10 @@ jobs:
# Linux: ~ 1 min
# macOS: ~ 1 min 30s
# Windows: never finishes
- uses: r-lib/actions/setup-tinytex@master
- uses: r-lib/actions/setup-tinytex@v2
if: matrix.config.latex == 'true'

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v2

# set date/week for use in cache creation
# https://git.luolix.topmunity/t5/GitHub-Actions/How-to-set-and-access-a-Workflow-variable/m-p/42970
Expand Down

0 comments on commit 80b4539

Please sign in to comment.