Skip to content

Commit

Permalink
Updated workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
westbrooktm committed May 28, 2024
1 parent ca01cee commit e97089b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 @@ -28,7 +28,7 @@ jobs:
RENV_PATHS_ROOT: ~/.local/share/renv

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

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

Expand All @@ -47,7 +47,7 @@ jobs:
run: choco install glpk -y

- name: Cache packages
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ${{ env.RENV_PATHS_ROOT }}
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN apt-get update && \
libfontconfig1-dev \
libharfbuzz-dev \
libfribidi-dev \
libtiff-dev \
libpng-dev
libtiff-dev


# Clean up
Expand Down

0 comments on commit e97089b

Please sign in to comment.