We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1360f37 commit 62f828cCopy full SHA for 62f828c
.github/workflows/pull.yml
@@ -18,7 +18,7 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
23
# The same command that users can use locally is used to build documentation.
24
- name: Build documentation
0 commit comments