We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc66bd commit 031d01eCopy full SHA for 031d01e
.github/workflows/pre-commit.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v6.0.0
+ uses: actions/checkout@v6.0.1
24
- name: Set up Rust toolchain
25
uses: actions-rs/toolchain@v1.0.7
26
with:
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
27
0 commit comments