File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ jobs:
1818 steps :
1919
2020 - name : Step 1 - Checkout Repo
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 - name : Step 2 - Cache pip
23- uses : actions/cache@v2
23+ uses : actions/cache@v3
2424 with :
2525 path : ~/.cache/pip
2626 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2727 restore-keys : ${{ runner.os }}-pip-
2828 - name : Step 3 - Cache PlatformIO
29- uses : actions/cache@v2
29+ uses : actions/cache@v3
3030 with :
3131 path : ~/.platformio
3232 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
3333 - name : Step 4 - Set up Python
34- uses : actions/setup-python@v2
34+ uses : actions/setup-python@v4
3535 - name : Step 5 - Install PlatformIO
3636 run : |
3737 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments