File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pywin32==227; platform_system == "Windows"
66PyObjC ; platform_system == "darwin"
77uflash == 1.3.0
88adafruit-circuitpython-fancyled == 1.3.3
9- Pillow == 7.0.0
9+ Pillow == 8.1.1
1010adafruit-circuitpython-bitmap_font == 1.1.0
1111adafruit-circuitpython-display-shapes == 1.2.0
1212adafruit-circuitpython-neopixel == 5.0.0
You can’t perform that action at this time.
0 commit comments