Skip to content

Commit

Permalink
chore: merged master into development
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Dec 6, 2024
2 parents 73c9fda + 9ee9e59 commit 2061ab0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: "[Cache] Restore R package cache"
if: runner.os != 'Windows'
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{steps.date.outputs.date}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: "[Cache] Restore R package cache"
if: runner.os != 'Windows'
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{steps.date.outputs.date}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: "[Cache] Restore R package cache"
if: runner.os != 'Windows'
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{steps.date.outputs.date}}
Expand All @@ -112,7 +112,7 @@ jobs:

- name: "[Cache] Save R package cache"
if: runner.os != 'Windows' && always()
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{steps.date.outputs.date}}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/verse:4.3.2
FROM rocker/verse:4.4.2

ENV DEBIAN_FRONTEND=noninteractive \
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
Expand Down

0 comments on commit 2061ab0

Please sign in to comment.