From 870ad92214da0c75a9a0362c8a41a2c84918ef63 Mon Sep 17 00:00:00 2001 From: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:54:25 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf434e7..46d1ec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: cc: [clang, gcc] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: build with ${{ matrix.cc }} run: | make sslscan @@ -20,7 +20,7 @@ jobs: build_mingw: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: install mingw-w64 run: | sudo apt-get update -qq