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 3f34bde commit 441f34dCopy full SHA for 441f34d
.github/dependabot.yml
@@ -9,3 +9,8 @@ updates:
9
directory: "/"
10
schedule:
11
interval: "weekly"
12
+
13
+ - package-ecosystem: "github-actions"
14
+ directory: "/"
15
+ schedule:
16
+ interval: "weekly"
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
runs-on: ${{ matrix.host_os }}
42
steps:
43
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
44
45
- name: Prepare
46
shell: bash
.github/workflows/rust.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
23
24
25
- name: rustfmt
26
run: cargo fmt --all -- --check
27
- name: check
0 commit comments