From 75bd68c9b8e99aec52d9766341139dc6509d6c31 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Fri, 23 Aug 2024 15:05:25 +0200 Subject: [PATCH] chg: [dep] Version bump --- .github/workflows/agents.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/agents.yml b/.github/workflows/agents.yml index eec48ea..9656e74 100644 --- a/.github/workflows/agents.yml +++ b/.github/workflows/agents.yml @@ -5,7 +5,7 @@ on: branches: [ main, test ] env: - VERSION: "v4.55.0" + VERSION: "v4.55.1" OSQUERY_URL: "https://osq.lhc.lu:443" RELEASES_BASE_URL: "https://github.com/fleetdm/fleet/releases/download/fleet" SHARED_WEB_HOST: "shared-web.lhc.lu" @@ -17,10 +17,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download fleetctl binary - uses: engineerd/configurator@v0.0.9 + uses: engineerd/configurator@v0.0.10 with: name: fleetctl url: "${{ env.RELEASES_BASE_URL }}-${{ env.VERSION }}/fleetctl_${{ env.VERSION }}_linux.zip"