Skip to content

Commit

Permalink
Less careful about actions versions
Browse files Browse the repository at this point in the history
Try @main here, will apply in all club repos if this one works.
  • Loading branch information
jonthegeek authored Nov 14, 2024
1 parent 1a8aea6 commit 0cc1582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Render-Book
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r-dependencies@v2
Expand All @@ -21,7 +21,7 @@ jobs:

- name: Render Book
run: Rscript -e 'bookdown::render_book("index.Rmd")'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@main
with:
name: _book
path: _book/
Expand Down

0 comments on commit 0cc1582

Please sign in to comment.