Skip to content

Commit ce841f1

Browse files
committed
use version 2 for action checkout
1 parent 6480f86 commit ce841f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hexlet-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v2
2323

2424
- name: Hexlet project check
2525
uses: hexlet/project-action@release

0 commit comments

Comments
 (0)