Skip to content

Commit

Permalink
fix: use crossplane-contrib/setup-crossplane-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 10, 2024
1 parent 322fb2c commit f449630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: setup Crossplane cli
uses: grafana/shared-workflows/actions/setup-crossplane@duologic/setup-crossplane
uses: crossplane-contrib/setup-crossplane-action@b40ed901610103a85d38c838a1e00fc54eb8d4c5 # v0.1.0

- name: setup go-jsonnet
uses: zendesk/setup-jsonnet@f683a0d16f479db69751bd8d3a49a09e22b45b39 # v12
with:
version: v0.20.0

- name: setup jrsonnet
uses: grafana/shared-workflows/actions/setup-jrsonnet@duologic/setup-jrsonnet
uses: grafana/shared-workflows/actions/setup-jrsonnet@main

- name: Build xpkg
run: "make -B build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: setup Crossplane cli
uses: grafana/shared-workflows/actions/setup-crossplane@duologic/setup-crossplane
uses: crossplane-contrib/setup-crossplane-action@b40ed901610103a85d38c838a1e00fc54eb8d4c5 # v0.1.0

- name: Log in to the GitHub Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down

0 comments on commit f449630

Please sign in to comment.