Skip to content

Commit

Permalink
Merge branch 'master' into ahmad-clear-suicided-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Feb 28, 2024
2 parents 73d32bd + c5d6daa commit afc3a3a
Show file tree
Hide file tree
Showing 31 changed files with 1,267 additions and 1,164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.12.0
- uses: styfle/cancel-workflow-action@0.12.1
with:
workflow_id: 1303397
access_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
override: true
components: rust-docs
- name: Install protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
target: wasm32-unknown-unknown
override: true
- name: Install protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
Expand All @@ -43,7 +43,7 @@ jobs:
target: wasm32-unknown-unknown
override: true
- name: Install protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build client
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Install protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check Cargo.toml Format
Expand Down
Loading

0 comments on commit afc3a3a

Please sign in to comment.