Skip to content

Commit c506f3f

Browse files
committed
use checkout@v2
1 parent 8378529 commit c506f3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on:
3+
on:
44
push:
55
branches:
66
- content
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v1
16-
15+
uses: actions/checkout@v2
16+
1717
- name: Setup Perl
1818
uses: shogo82148/actions-setup-perl@v1
1919
with:
2020
perl-version: '5.30'
21-
21+
2222
- name: Build
2323
run: make test
2424

0 commit comments

Comments
 (0)