File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ jobs:
7070 name : " ${{ matrix.toolchain.name }} (boost v${{ matrix.boost_version }}) (shared: ${{ matrix.shared }})"
7171 if : " !contains(github.event.head_commit.message, '[ci skip]')"
7272 steps :
73- - uses : actions/checkout@v2
73+ - uses : actions/checkout@v4
7474
7575 - name : cache boost
76- uses : actions/cache@v2
76+ uses : actions/cache@v3
7777 id : cache-boost
7878 with :
7979 path : ${{ env.BOOST_ROOT }}
Original file line number Diff line number Diff line change 3838 mingw-w64-x86_64-cmake
3939 p7zip
4040
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v4
4242 - name : cache boost
43- uses : actions/cache@v2
43+ uses : actions/cache@v3
4444 id : cache-boost
4545 with :
4646 path : ${{ env.BOOST_ROOT }}
You can’t perform that action at this time.
0 commit comments