File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
fail-fast : false
71
71
72
72
steps :
73
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
74
74
- name : Cache Boost binaries
75
75
if : startsWith(matrix.os, 'windows-') && matrix.boost-version
76
76
uses : actions/cache@v3
81
81
${{ matrix.os }}-boost-${{ matrix.boost-version }}-msvc-${{
82
82
matrix.version }}-${{ hashFiles('.github/workflows/build.yml') }}
83
83
- name : Set up Python 3.10
84
- uses : actions/setup-python@v4
84
+ uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ' 3.10'
87
87
- name : Install Python dependencies
@@ -159,7 +159,7 @@ jobs:
159
159
with :
160
160
toolset : ${{ matrix.version }}
161
161
- name : Clone mettle
162
- uses : actions/checkout@v3
162
+ uses : actions/checkout@v4
163
163
with :
164
164
repository : jimporter/mettle
165
165
path : mettle
You can’t perform that action at this time.
0 commit comments