Skip to content

Commit b80845e

Browse files
Update default fleetctl version to 4.75.1 (#83)
1 parent 7ac3e7e commit b80845e

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.74.0"
23+
DEFAULT_FLEETCTL_VERSION="4.75.1"
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)