Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marouenbg authored Nov 3, 2023
1 parent 7b87256 commit dfb5875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

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

- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r@v3
with:
r-version: ${{ matrix.r-version }}

Expand Down

0 comments on commit dfb5875

Please sign in to comment.