File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 build-windows :
1313 runs-on : windows-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : ilammy/msvc-dev-cmd@v1
1717 - name : Compiler name & version
1818 run : cl.exe
6161 CXX : ${{ matrix.compiler }}
6262 CXXFLAGS : -std=${{ matrix.cxx-std }} -Wall -Wextra -Wold-style-cast -Wunused-parameter -Wpedantic -Werror -pthread -Wno-unknown-warning -Wno-unknown-warning-option
6363 steps :
64- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v4
6565 - name : Install compiler
6666 if : startsWith(matrix.runs-on, 'ubuntu')
6767 run : sudo apt-get install -y $CXX
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : actions/setup-python@v4
1414 with :
1515 python-version : 3.x
You can’t perform that action at this time.
0 commit comments