Skip to content

Commit 2bc14d0

Browse files
author
Sergey Khomushin
committed
ci.yml: set actions/checkout version
1 parent 937b4a3 commit 2bc14d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@main
26+
- uses: actions/checkout@v3
2727

2828
- name: Install modules
2929
run: npm ci

0 commit comments

Comments
 (0)