Skip to content

Commit

Permalink
update setup-protoc github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCoder committed Jul 7, 2024
1 parent 2b6f3de commit 578573a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup | Rust
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exes/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1", features = ["rt"] }
tokio-stream = "0.1.15"

serde = { version = "1.0.204", features = ["derive"] }
serde_derive = "1.0.204"
serde_json = "1"

async-nats = "0.35.1"
twilight-model = "0.15.4"
Expand Down

0 comments on commit 578573a

Please sign in to comment.