diff --git a/.github/workflows/agent-release.yaml b/.github/workflows/agent-release.yaml index c44283afc..abbbda47e 100644 --- a/.github/workflows/agent-release.yaml +++ b/.github/workflows/agent-release.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2.32.0 + uses: updatecli/updatecli-action@v2.48.0 - name: Run Updatecli in apply mode run: "updatecli apply --config .github/updatecli.d/config-agent-release.yaml"