We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f3978 commit abefbabCopy full SHA for abefbab
.github/workflows/pull_request_ci.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
# First, we check out the repository's code using the Github Actions' "Checkout" tool.
27
- name: Checkout code
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
with:
30
submodules: 'recursive'
31
0 commit comments