Skip to content

Commit

Permalink
Bump up CI dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
6nv committed Dec 10, 2024
1 parent 3066345 commit 9124d80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
_R_CHECK_CRAN_INCOMING_REMOTE_: false

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- uses: actions/setup-dotnet@v1
Expand All @@ -24,9 +24,9 @@ jobs:
with:
r-version: '4'
- uses: r-lib/actions/setup-pandoc@v1
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20

- name: Install python dependecies
run: pip install cffi numba pytest
Expand All @@ -43,7 +43,7 @@ jobs:
working-directory: ./src/r
shell: Rscript {0}
- name: Cache R packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('src/r/.github/R-version') }}-1-${{ hashFiles('src/r/.github/depends.Rds') }}
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down

0 comments on commit 9124d80

Please sign in to comment.