http-parser.c

Small C library to parse HTTP requests
Log | Files | Refs | README | LICENSE

commit bd413d7d795f484b0f41a550daac5d87ae460db5
parent fb384f373f14461ce2d817f6825986ce344e4b5a
Author: finwo <finwo@pm.me>
Date:   Thu,  3 Aug 2023 21:01:41 +0200

Update checkout action to v3

Diffstat:
M.github/workflows/cc.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install @finwo/dep uses: finwo/dep@edge # - name: configure