File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - 20230426-v1.20.0
1818 - 20231005-v1.21.0
1919 steps :
20- - uses : actions/checkout@v3
21- - uses : actions/setup-python@v4
20+ - uses : actions/checkout@v4
21+ - uses : actions/setup-python@v5
2222 with :
2323 python-version : ' 3.10'
2424 - name : Install packages
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 matrix :
1212 sdk_version : [1.2.0, 1.3.1, 1.4.0]
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Cache Pico SDK
1616 id : cache-pico-sdk
17- uses : actions/cache@v3
17+ uses : actions/cache@v4
1818 with :
1919 path : ~/pico
2020 key : ${{ runner.os }}-pico-sdk-${{ matrix.sdk_version }}
Original file line number Diff line number Diff line change 88 name : Test and Lint
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Install packages
1313 run : npm ci
1414 - name : Prettier
You can’t perform that action at this time.
0 commit comments