Skip to content

Commit

Permalink
Merge pull request #335 from spacemeshos/dependabot/github_actions/ar…
Browse files Browse the repository at this point in the history
…duino/setup-protoc-3

Bump arduino/setup-protoc from 2 to 3
  • Loading branch information
fasmat authored Aug 12, 2024
2 parents cc2b7da + 584050f commit 3fb5250
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- uses: arduino/setup-protoc@v2
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- os: windows-2019

steps:
- uses: arduino/setup-protoc@v2
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: arduino/setup-protoc@v2
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
Expand All @@ -108,7 +108,7 @@ jobs:
coverage:
runs-on: [self-hosted, linux, x64, intel]
steps:
- uses: arduino/setup-protoc@v2
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install opencl
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
target/release/profiler${{ matrix.os == 'windows-2019' && '.exe' || '' }}
if-no-files-found: error

- uses: arduino/setup-protoc@v2
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build service
Expand Down

0 comments on commit 3fb5250

Please sign in to comment.