Skip to content

Commit

Permalink
Update Workflow to checkout@v4 and
Browse files Browse the repository at this point in the history
setup-miniconda@v3
  • Loading branch information
FBerding committed Jan 22, 2024
1 parent 31d1a95 commit 476f9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -40,7 +40,7 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: r-reticulate
auto-update-conda: true
Expand Down

0 comments on commit 476f9ba

Please sign in to comment.