From 99f66531668e844e199050041065461e9a9357b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:52:26 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32c6310..c12a95e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python uses: actions/setup-python@v6 @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python uses: actions/setup-python@v6 @@ -92,7 +92,7 @@ jobs: install: true - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # We ask Docker to use GitHub Action's native caching support to speed up # the build, per https://docs.docker.com/build/cache/backends/gha/. @@ -132,7 +132,7 @@ jobs: - build steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download Single-Platform Packages uses: actions/download-artifact@v8 From 15c2c54aa816bd5dba6d6acbfe1799d1161baeb2 Mon Sep 17 00:00:00 2001 From: Bob Haddleton Date: Thu, 18 Jun 2026 15:55:11 -0500 Subject: [PATCH 2/2] Update Crossplane release Signed-off-by: Bob Haddleton --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c12a95e..c4c92bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ env: # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs. XP_CHANNEL: stable - XP_VERSION: v2.2.0 + XP_VERSION: v2.3.0 # The package to push, without a version tag. The default matches GitHub. For # example xpkg.crossplane.io/crossplane/function-template-go. Note that @@ -89,7 +89,6 @@ jobs: uses: docker/setup-buildx-action@v4 with: version: ${{ env.DOCKER_BUILDX_VERSION }} - install: true - name: Checkout uses: actions/checkout@v7