We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169edcb commit b8000f8Copy full SHA for b8000f8
1 file changed
.github/workflows/deployment.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Clone
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
15
with:
16
fetch-depth: 0 # Complete
17
0 commit comments