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.
1 parent f325989 commit a14b4b9Copy full SHA for a14b4b9
.github/workflows/scheduler_daily.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: 📥 Download codes from GitHub
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
28
with:
29
fetch-depth: 2
30
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
- name: ☑️ Checkout code
19
20
21
22
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments