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 c02767a commit 810df98Copy full SHA for 810df98
.github/workflows/Release_CICD.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout code
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
23
- name: Install Rust
24
uses: actions-rs/toolchain@v1
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
.github/workflows/Tests.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: check out branch
17
- name: Build & Test
run: python tools -bt
0 commit comments