deb-collections

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9407acb156f089272edec0b3c14a537b6c48f6f7
parent 15b9229209f3678ae90307791ce0542971aba35c
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed, 29 Jul 2026 23:17:34 +0900

Update Protoc setup action to use master branch
Diffstat:
M.github/workflows/cargo-deb.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cargo-deb.yaml b/.github/workflows/cargo-deb.yaml @@ -52,7 +52,7 @@ jobs: - name: Install cargo-deb run: cargo install cargo-deb - name: Install Protoc - uses: arduino/setup-protoc@main + uses: arduino/setup-protoc@master with: repo-token: ${{ secrets.GITHUB_TOKEN }}