Updated actions/checkout to v4
This commit is contained in:
parent
010f18dd19
commit
9ab4dfb29f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
R_KEEP_PKG_SOURCE: yes
|
||||
steps:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setting up pandoc
|
||||
uses: r-lib/actions/setup-pandoc@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue