Skip to content

Commit fbca57e

Browse files
chore(deps): update unbounded-tech/workflows-crossplane action to v2.16.0 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd8c006 commit fbca57e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/on-pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727

2828
jobs:
2929
validate:
30-
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v2.14.2
30+
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v2.16.0
3131
with:
3232
examples: |
3333
[
@@ -38,17 +38,17 @@ jobs:
3838
error_on_missing_schemas: true
3939

4040
test:
41-
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v2.14.2
41+
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v2.16.0
4242

4343
e2e:
44-
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v2.14.2
44+
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v2.16.0
4545

4646
publish:
4747
needs:
4848
- validate
4949
- test
5050
- e2e
51-
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v2.14.2
51+
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v2.16.0
5252
secrets: inherit
5353
with:
5454
tag: pr-${{ github.event.pull_request.number }}-${{ github.sha }}

.github/workflows/on-push-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
validate:
26-
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v2.14.2
26+
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v2.16.0
2727
with:
2828
examples: |
2929
[
@@ -34,10 +34,10 @@ jobs:
3434
error_on_missing_schemas: true
3535

3636
test:
37-
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v2.14.2
37+
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v2.16.0
3838

3939
e2e:
40-
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v2.14.2
40+
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@v2.16.0
4141

4242
version-and-tag:
4343
name: Version and Tag

.github/workflows/on-version-tagged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414

1515
publish:
16-
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v2.14.2
16+
uses: unbounded-tech/workflows-crossplane/.github/workflows/publish.yaml@v2.16.0
1717
secrets: inherit
1818
with:
1919
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)