Skip to content

Commit 6ccd12a

Browse files
authored
🔄 synced file(s) with upbound/sa-up (#13)
* 🔄 synced local 'Makefile' with remote 'shared/configurations/Makefile' * 🔄 synced local '.github/workflows' with remote 'shared/configurations/workflows' * 🔄 synced local '.gitmodules' with remote 'shared/configurations/.gitmodules' --------- Co-authored-by: upbound-bot <null>
1 parent ef7f90f commit 6ccd12a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Setup Docker Buildx
36-
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
36+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
3737
with:
3838
version: ${{ env.DOCKER_BUILDX_VERSION }}
3939
install: true
@@ -54,7 +54,7 @@ jobs:
5454
BUILD_ARGS: "--load"
5555

5656
- name: Publish Artifacts to GitHub
57-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
57+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5858
with:
5959
name: output
6060
path: _output/**

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "build"]
2-
path = build
3-
url = https://github.com/crossplane/build
2+
path = build
3+
url = https://github.com/crossplane/build.git

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64
117117

118118
# Tool Versions
119119
# ------------------
120-
UP_VERSION = v0.37.1
120+
UP_VERSION = v0.38.0
121121
UP_CHANNEL = stable
122122
CROSSPLANE_CLI_VERSION = v1.18.0
123123
CROSSPLANE_VERSION = v1.18.0-up.1

0 commit comments

Comments
 (0)