Skip to content

Commit

Permalink
Merge pull request #317 from tinyboxvk/patch-actions
Browse files Browse the repository at this point in the history
Bump actions/checkout to v4
  • Loading branch information
rbsec authored Nov 18, 2024
2 parents df76766 + 870ad92 commit f8f9867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f8f9867

Please sign in to comment.