Skip to content

Commit

Permalink
Update workflows to latest versions (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Feb 29, 2024
1 parent 037c2ca commit 76fab59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
CONTENT_ID: 7b3dedfa-fd98-45dd-bec4-75d915fb27dd
run: make all

- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: github.event_name == 'push'
env:
URL: https://bookdown.org/yihui/rmarkdown-cookbook/
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Upload book folder for debug
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: book-dir
path: _book

0 comments on commit 76fab59

Please sign in to comment.