Skip to content

Commit

Permalink
Update GHA versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 2, 2024
1 parent 42cb365 commit 22de2b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
r-version: [release]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
code-quality:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python.
uses: actions/setup-python@v4
with:
Expand All @@ -24,7 +24,7 @@ jobs:
r-version: [4.2, 'release']
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/webpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: sphinx_html
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -23,7 +23,7 @@ jobs:
with:
r-version: ${{ env.R-VERSION }}
- name: Cache R packages
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-R-packages
with:
Expand All @@ -47,7 +47,7 @@ jobs:
make html
git rev-parse --short HEAD > _build/html/.revforbuild
- name: Archive documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html-doc
path: doc/_build/html
Expand All @@ -57,7 +57,7 @@ jobs:
needs: job_1
steps:
- name: Checkout gh-pages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
fetch-depth: 2
Expand Down

0 comments on commit 22de2b2

Please sign in to comment.