Skip to content

Commit 0c11754

Browse files
committed
Use latest actions
1 parent 768b388 commit 0c11754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
make -j $(nproc)
2828
sudo make install
2929
cd
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131
with:
3232
path: ModSecurity-nginx
3333
fetch-depth: 1
3434
- name: Get Nginx source
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
repository: nginx/nginx
3838
path: nginx

0 commit comments

Comments
 (0)