Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check_unexpected_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check out repo
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Generate the JSON Schema
uses: ./.github/workflows/generate_jsonschema
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_jsonschema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check out repo
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Generate the JSON Schema
uses: ./.github/workflows/generate_jsonschema
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
DOTNET_NOLOGO: true
steps:
- name: Proto Schemas > Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: .NET Library > Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: googleapis/google-cloudevents-dotnet
path: google-cloudevents-dotnet
Expand All @@ -55,13 +55,13 @@ jobs:
DATA_SOURCE_CHECKOUT_PATH: google-cloudevents
steps:
- name: Java Library > Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: googleapis/google-cloudevents-java
path: ${{ env.LIBRARY_CHECKOUT_PATH }}

- name: Proto Schemas > Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }}

Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:

steps:
- name: Go Library > Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: googleapis/google-cloudevents-go
path: ${{ env.LIBRARY_CHECKOUT_PATH }}

- name: Proto Schemas > Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_jsonschemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check out repo
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_proto_syntax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check out repo
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Test proto syntax via compilation
run: ./scripts/compile.sh