Skip to content

Commit a9fd4b1

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 17922c3 commit a9fd4b1

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)