From 0bbb99fbcacbdc545552ca2d7198214f0b64f36a Mon Sep 17 00:00:00 2001 From: NisseBoman Date: Thu, 30 Apr 2026 09:20:43 +0200 Subject: [PATCH] Update README.md changed the cli_version to be commented out and default to latest. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2308d..c4aac1d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ jobs: - name: Set up Fastly CLI uses: fastly/compute-actions/setup@v13 with: - cli_version: '1.0.0' # optional, defaults to 'latest' + # cli_version: '14.3.1' # optional, defaults to 'latest' token: ${{ secrets.GITHUB_TOKEN }} - name: Install Dependencies