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 7a17ec8 commit 7fa991eCopy full SHA for 7fa991e
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- run: cargo build --verbose
17
- run: cargo test --verbose
18
dependabot:
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
goreleaser:
19
20
with:
21
fetch-depth: 0
22
# More assembly might be required: Docker logins, GPG, etc.
0 commit comments