summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/testframework.yml
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-04-23 12:46:07 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-04-23 13:53:34 +0200
commit7f0fd241d1b3817bc7378f0fcce49490756b8b09 (patch)
treeb539215a06b979ecf4b4f35aa827068c64dfd024 /.github/workflows/testframework.yml
parent430d39b425ac4157ae560858470a56e5e8147854 (diff)
downloadmullvadvpn-7f0fd241d1b3817bc7378f0fcce49490756b8b09.tar.xz
mullvadvpn-7f0fd241d1b3817bc7378f0fcce49490756b8b09.zip
Bump setup-protoc action to v3
Diffstat (limited to '.github/workflows/testframework.yml')
-rw-r--r--.github/workflows/testframework.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testframework.yml b/.github/workflows/testframework.yml
index f382567c52..469c61b488 100644
--- a/.github/workflows/testframework.yml
+++ b/.github/workflows/testframework.yml
@@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Protoc
- uses: arduino/setup-protoc@v1
+ uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}