Commit 959c559 1 parent f1471c1 commit 959c559 Copy full SHA for 959c559
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,24 +113,24 @@ jobs:
113
113
steps :
114
114
115
115
- name : Check out the PR
116
- uses : actions/checkout@v2
116
+ uses : actions/checkout@v3
117
117
118
118
- name : Cache pip
119
- uses : actions/cache@v2
119
+ uses : actions/cache@v3
120
120
with :
121
121
path : ~/.cache/pip
122
122
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
123
123
restore-keys : |
124
124
${{ runner.os }}-pip-
125
125
126
126
- name : Cache PlatformIO
127
- uses : actions/cache@v2
127
+ uses : actions/cache@v3
128
128
with :
129
129
path : ~/.platformio
130
130
key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
131
131
132
132
- name : Select Python 3.7
133
- uses : actions/setup-python@v2
133
+ uses : actions/setup-python@v3
134
134
with :
135
135
python-version : ' 3.7' # Version range or exact version of a Python version to use, using semvers version range syntax.
136
136
architecture : ' x64' # optional x64 or x86. Defaults to x64 if not specified
You can’t perform that action at this time.
0 commit comments