Skip to content

Commit

Permalink
Update update_protobufs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Nov 13, 2024
1 parent bcd6dff commit e52ad02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update_protobufs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -27,8 +27,9 @@ jobs:
./bin/regen-protos.sh
- name: Create pull request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v7
with:
title: Update protobufs and classes
add-paths: |
protobufs
src/
src/

0 comments on commit e52ad02

Please sign in to comment.