Skip to content

Commit

Permalink
Minor CI maintenance (#222)
Browse files Browse the repository at this point in the history
* Bump actions

* Update docs.yml
  • Loading branch information
jtpio authored Nov 15, 2023
1 parent 81b5aed commit 0e5f50e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '10.x'
node-version: '18.x'
- name: Install configurable-http-proxy
run: npm -g install configurable-http-proxy
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0e5f50e

Please sign in to comment.