Skip to content

Commit

Permalink
Update actions [no version bump] (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmyenni authored Jan 30, 2024
1 parent 6a05c7c commit 333e62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 3
- uses: r-lib/actions/setup-r@v2
Expand All @@ -42,7 +42,7 @@ jobs:
r-version: ${{ matrix.config.r }}

- name: Cache R packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ steps.install-r.outputs.installed-r-version }}-1-
Expand Down

0 comments on commit 333e62b

Please sign in to comment.