Skip to content

Commit

Permalink
Update deploy_apps.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg authored Dec 21, 2024
1 parent 92761bc commit 33f63f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
r-version: "4.0"
use-public-rspm: true
Expand All @@ -52,7 +52,7 @@ jobs:
shell: bash
run: mv .Rprofile tmp-Rprofile
# Installs latest R packages
- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
extra-packages: |
Expand All @@ -62,7 +62,7 @@ jobs:
run: mv tmp-Rprofile .Rprofile

# Installs specific R packages
- uses: r-lib/actions/setup-renv@v1
- uses: r-lib/actions/setup-renv@v2
with:
cache-version: 2

Expand Down

0 comments on commit 33f63f2

Please sign in to comment.