Skip to content

Commit f8f9867

Browse files
authored
Merge pull request #317 from tinyboxvk/patch-actions
Bump actions/checkout to v4
2 parents df76766 + 870ad92 commit f8f9867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
cc: [clang, gcc]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: build with ${{ matrix.cc }}
1515
run: |
1616
make sslscan
@@ -20,7 +20,7 @@ jobs:
2020
build_mingw:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: install mingw-w64
2525
run: |
2626
sudo apt-get update -qq

0 commit comments

Comments
 (0)