We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937b4a3 commit 2bc14d0Copy full SHA for 2bc14d0
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@main
+ - uses: actions/checkout@v3
27
28
- name: Install modules
29
run: npm ci
0 commit comments