Skip to content

Commit a85a814

Browse files
Update default fleetctl version to 4.78 (#88)
1 parent 3d28e1b commit a85a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/gitops-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
working-directory: ${{ inputs.working-directory }}
2121
run: |
2222
FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" --fail --silent | jq --raw-output '.version')"
23-
DEFAULT_FLEETCTL_VERSION="4.77"
23+
DEFAULT_FLEETCTL_VERSION="4.78"
2424
2525
# Decide which fleetctl version to install:
2626
# If the server returns a clean version (e.g. 4.74.0), use that.

0 commit comments

Comments
 (0)