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.
2 parents eb91787 + 08464da commit 5529636Copy full SHA for 5529636
.github/workflows/cicd.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: "Checkout"
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
with:
28
lfs: true
29
fetch-depth: 0
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
.github/workflows/lint.yml
- name: Checkout code
0 commit comments