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 459e607 commit 5b3085cCopy full SHA for 5b3085c
.github/workflows/rust.yml
@@ -28,7 +28,7 @@ jobs:
28
- { name: "examples", features: "", test_sys: false }
29
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
- name: Install dependencies
33
run: apt-get update && apt-get install -y curl xvfb
34
- name: "Install ${{ matrix.rust }} rust"
.github/workflows/semver.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
apt-get update && apt-get install -y curl git jq
19
git config --global --add safe.directory ${GITHUB_WORKSPACE}
20
21
- name: Check semver
22
uses: obi1kenobi/cargo-semver-checks-action@main
23
with:
0 commit comments