From c6e2425a0840c66a1f64ce2450f54ab6b6a0953d Mon Sep 17 00:00:00 2001 From: Austin Hicks Date: Mon, 23 Dec 2024 17:35:47 -0800 Subject: [PATCH] Try to get CI working again --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abcd544..9b47838 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: - name: 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: 'Run tests'