Skip to content

Commit a2d6a6d

Browse files
Bump actions/checkout from 2 to 4 (#27)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. --- Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69c7b62 commit a2d6a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: Documentation
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v2
59+
- uses: actions/checkout@v4
6060
- uses: r-lib/actions/setup-r@v2
6161
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
6262
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)