Skip to content

Commit b748a9a

Browse files
committed
bump GHA dependency versions, update to node 16 env
1 parent 63ac438 commit b748a9a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/eslint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: ["12"]
10+
node: ["16"]
1111
name: Node ${{ matrix.node }} eslint run
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Setup node
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- name: Install eslint

.github/workflows/linuxci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1515
name: Linux CI
1616
steps:
1717
- name: Check out source repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }} environment
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Python environment report

.github/workflows/macosci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: macos-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1515
name: macOS CI
1616
steps:
1717
- name: Check out source repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }} environment
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Python environment report

.github/workflows/windowsci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1515
name: Windows CI
1616
steps:
1717
- name: Check out source repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }} environment
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Python environment report

0 commit comments

Comments
 (0)