Skip to content

Commit fc10712

Browse files
authored
[internal] Update GitHub Actions workflow files (#164)
1 parent 3b92a88 commit fc10712

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/community-moderation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
filters: "changed: 'provider/cmd/**/schema.json'"
1515
- id: sdk_changed
1616
if: steps.schema_changed.outputs.changed == 'false'
17-
name: Check for diff in sdk/*
17+
name: Check for diff in sdk/**
1818
uses: dorny/paths-filter@v2
1919
with:
20-
filters: "changed: 'sdk/*'"
20+
filters: "changed: 'sdk/**'"
2121
- if: steps.sdk_changed.outputs.changed == 'true' &&
2222
github.event.pull_request.head.repo.full_name != github.repository
2323
name: Send codegen warning as comment on PR

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
99
PROVIDER := pulumi-resource-$(PACK)
1010
VERSION := $(shell pulumictl get version)
1111
JAVA_GEN := pulumi-java-gen
12-
JAVA_GEN_VERSION := v0.5.0
12+
JAVA_GEN_VERSION := v0.5.4
1313
TESTPARALLELISM := 10
1414
WORKING_DIR := $(shell pwd)
1515

0 commit comments

Comments
 (0)