We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc88662 + 476023b commit 22541f0Copy full SHA for 22541f0
.github/workflows/cd.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout Code
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
.github/workflows/go-ci.yml
- name: Setup Go
uses: actions/setup-go@v6
.github/workflows/rust-ci.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- name: Check cargo
36
run: cargo check --release
0 commit comments