Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 9a0c176

Browse files
authored
Update GitHub Actions
1 parent e68bc17 commit 9a0c176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
sudo apt-get install -y build-essential
3030
sudo apt-get install libudev-dev
3131
- name: Use Node.js ${{ matrix.node-version }} and install npm dependencies
32-
uses: actions/setup-node@v1
32+
uses: actions/setup-node@v2
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- run: npm install
3636
- name: Setup Python environment
37-
uses: actions/setup-python@v1.1.1
37+
uses: actions/setup-python@v2
3838
with:
3939
python-version: 3.x
4040
- run: |

0 commit comments

Comments
 (0)