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
8 changes: 4 additions & 4 deletions .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:

jobs:
validate:
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v3.0.0
with:
examples: |
[
Expand All @@ -38,10 +38,10 @@ jobs:
error_on_missing_schemas: true

test:
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v3.0.0

e2e:
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v3.0.0
with:
timeout-minutes: 60
cleanup-timeout-minutes: 30
Expand All @@ -57,7 +57,7 @@ jobs:
- validate
- test
- e2e
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v3.0.0
secrets: inherit
with:
tag: pr-${{ github.event.pull_request.number }}-${{ github.sha }}
6 changes: 3 additions & 3 deletions .github/workflows/on-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

jobs:
validate:
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v3.0.0
with:
examples: |
[
Expand All @@ -34,10 +34,10 @@ jobs:
error_on_missing_schemas: true

test:
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v3.0.0

e2e:
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v3.0.0
with:
# Knative + Istio Ambient + Gateway API teardown is heavy. Mirror the
# aws-observe pattern: KnativeStack manifests cleanup runs first, then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-version-tagged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:

publish:
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v2.20.0
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v3.0.0
secrets: inherit
with:
tag: ${{ github.ref_name }}
Expand Down
Loading