Skip to content

Commit

Permalink
Update GitHub action versions (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace authored Oct 16, 2024
1 parent 20e5f8c commit fc83f1b
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 @@ -11,7 +11,7 @@ jobs:
name: Render-Book
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-tinytex@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@main
- name: Download artifact
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4
with:
# Artifact name
name: docs # optional
Expand Down

0 comments on commit fc83f1b

Please sign in to comment.