Skip to content

Commit

Permalink
Update check-pak.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi authored Feb 22, 2024
1 parent 56b7770 commit 7181419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

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

- uses: r-lib/actions/setup-r@v2
id: install-r
Expand All @@ -61,7 +61,7 @@ jobs:
shell: Rscript {0}

- name: Restore R package cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.R_LIBS_USER }}/*
Expand Down

0 comments on commit 7181419

Please sign in to comment.