diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5f6400..7bed1be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: whitespace-errors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: check run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904 @@ -16,7 +16,7 @@ jobs: CC: gcc-13 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -30,7 +30,7 @@ jobs: CC: gcc-12 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -44,7 +44,7 @@ jobs: CC: gcc-11 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -58,7 +58,7 @@ jobs: CC: gcc-10 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -72,7 +72,7 @@ jobs: CC: gcc-9 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -86,7 +86,7 @@ jobs: CC: clang-15 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -100,7 +100,7 @@ jobs: CC: clang-14 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -114,7 +114,7 @@ jobs: CC: clang-13 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -128,7 +128,7 @@ jobs: CC: clang-12 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -142,7 +142,7 @@ jobs: CC: clang-11 TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -156,7 +156,7 @@ jobs: CC: gcc-13 TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -170,7 +170,7 @@ jobs: CC: gcc-11 TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -184,7 +184,7 @@ jobs: CC: gcc-10 TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -198,7 +198,7 @@ jobs: CC: gcc-9 TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -212,7 +212,7 @@ jobs: CC: gcc-13 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -226,7 +226,7 @@ jobs: CC: gcc-12 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -240,7 +240,7 @@ jobs: CC: gcc-11 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -254,7 +254,7 @@ jobs: CC: gcc-10 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -268,7 +268,7 @@ jobs: CC: gcc-9 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -282,7 +282,7 @@ jobs: CC: clang-15 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -296,7 +296,7 @@ jobs: CC: clang-14 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -310,7 +310,7 @@ jobs: CC: clang-13 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -324,7 +324,7 @@ jobs: CC: clang-12 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -338,7 +338,7 @@ jobs: CC: clang-11 TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -352,7 +352,7 @@ jobs: CC: musl-gcc TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -367,7 +367,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -382,7 +382,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -397,7 +397,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -412,7 +412,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -427,7 +427,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -442,7 +442,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -457,7 +457,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -472,7 +472,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -487,7 +487,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -502,7 +502,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -517,7 +517,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -532,7 +532,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -547,7 +547,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -562,7 +562,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -577,7 +577,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -592,7 +592,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -607,7 +607,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -622,7 +622,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -637,7 +637,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -652,7 +652,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -667,7 +667,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -682,7 +682,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -697,7 +697,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -712,7 +712,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -727,7 +727,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -742,7 +742,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -757,7 +757,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -772,7 +772,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -787,7 +787,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -802,7 +802,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -817,7 +817,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -832,7 +832,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -847,7 +847,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -862,7 +862,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -877,7 +877,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -892,7 +892,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -907,7 +907,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -922,7 +922,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -937,7 +937,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -952,7 +952,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -967,7 +967,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -982,7 +982,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -997,7 +997,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -1012,7 +1012,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -1027,7 +1027,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -1042,7 +1042,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -1057,7 +1057,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -1072,7 +1072,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -1087,7 +1087,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies @@ -1102,7 +1102,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies