Skip to content

Commit

Permalink
fix: update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiumos committed Mar 7, 2025
1 parent 0a26526 commit c1714be
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/server-verify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: verify server

on:
pull_request:
paths:
- 'server/**'
- 'message/**'
push:
branches:
- '*'

jobs:
verify_server:
Expand All @@ -23,9 +22,9 @@ jobs:
go-version: 1.21.x

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: '3.6.1'
version: '3.7.1'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
Expand Down

0 comments on commit c1714be

Please sign in to comment.