diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32c6310..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 @@ -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 @@ -89,10 +89,9 @@ jobs: uses: docker/setup-buildx-action@v4 with: version: ${{ env.DOCKER_BUILDX_VERSION }} - 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 +131,7 @@ jobs: - build steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download Single-Platform Packages uses: actions/download-artifact@v8