Skip to content

Commit

Permalink
Update blogdown workflow to latest actions for r/ractions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiaskowski authored Oct 26, 2023
1 parent 8484540 commit d562875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blogdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
# checkout code
- uses: actions/checkout@v2
# set up pandoc
- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2
# set up R
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
# set up enviroment
Expand Down

0 comments on commit d562875

Please sign in to comment.