Skip to content

Commit

Permalink
chg: [dep] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveClement committed Aug 23, 2024
1 parent a3bd3ac commit 75bd68c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 75bd68c

Please sign in to comment.