Skip to content

Commit

Permalink
Update setup-python, cache and checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Aug 27, 2024
1 parent fdfddd6 commit 6e557b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ runs:
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
shell: Rscript {0}

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Restore R package cache
if: runner.os != 'Windows'
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout pharmr
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pharmr_repo

Expand Down

0 comments on commit 6e557b4

Please sign in to comment.