Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
deps: update sovereign dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Feb 7, 2024
1 parent 2f92ff6 commit 67166d0
Show file tree
Hide file tree
Showing 13 changed files with 499 additions and 196 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
RUST_BACKTRACE: short
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
CARGO_NET_GIT_FETCH_WITH_CLI: true

jobs:
cleanup-runs:
Expand All @@ -29,7 +30,7 @@ jobs:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
if: ${{ !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main' }}

fmt:
runs-on: ubuntu-latest
Expand All @@ -49,6 +50,9 @@ jobs:
doc_all_features:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -64,6 +68,9 @@ jobs:
clippy_all_features:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -80,6 +87,9 @@ jobs:
clippy_no_default_features:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -97,6 +107,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_DEPLOY_KEY }}
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v2
- uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit 67166d0

Please sign in to comment.