We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31dab3 commit a492412Copy full SHA for a492412
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
25
with:
26
submodules: recursive
27
0 commit comments