Skip to content

Commit 5e7d624

Browse files
authored
Merge pull request #47 from koromerzhin/renovate/actions-checkout-3.x
2 parents 48e9b38 + ba53732 commit 5e7d624

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
@@ -9,11 +9,11 @@ jobs:
99
operating-system: [ubuntu-20.04]
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
with:
1414
submodules: recursive
1515
- name: Repository lampy
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
submodules: recursive
1919
repository: koromerzhin/lampy

0 commit comments

Comments
 (0)