diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-04-23 12:46:07 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-04-23 13:53:34 +0200 |
| commit | 7f0fd241d1b3817bc7378f0fcce49490756b8b09 (patch) | |
| tree | b539215a06b979ecf4b4f35aa827068c64dfd024 | |
| parent | 430d39b425ac4157ae560858470a56e5e8147854 (diff) | |
| download | mullvadvpn-7f0fd241d1b3817bc7378f0fcce49490756b8b09.tar.xz mullvadvpn-7f0fd241d1b3817bc7378f0fcce49490756b8b09.zip | |
Bump setup-protoc action to v3
| -rw-r--r-- | .github/workflows/clippy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/daemon.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/testframework-clippy.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/testframework.yml | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 2dfcb000c5..237ba8d953 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 3293e02879..1d9c1d90a8 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -87,7 +87,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 }} @@ -115,7 +115,7 @@ jobs: run: git submodule update --init --depth=1 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 3d88d8fc47..c1e4624895 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -163,7 +163,7 @@ jobs: - name: Checkout submodules run: git submodule update --init --depth=1 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3 @@ -239,7 +239,7 @@ jobs: with: go-version: 1.21.3 - name: Install Protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3 diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index ac07b079c9..8e1a464e12 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v3 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/testframework-clippy.yml b/.github/workflows/testframework-clippy.yml index 11ee9af845..8f2b8f63f7 100644 --- a/.github/workflows/testframework-clippy.yml +++ b/.github/workflows/testframework-clippy.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v3 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} 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 }} |
