Skip to content

Commit ccf7011

Browse files
committed
2 parents 07b0eed + 0589514 commit ccf7011

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

0 commit comments

Comments
 (0)