Skip to content

Commit ccba79d

Browse files
authored
Merge pull request #33 from koromerzhin/renovate/actions-checkout-3.x
2 parents 17922c3 + a9fd4b1 commit ccba79d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)