From 6a2331a7c07ae62def3238f0f5d9974dac25a762 Mon Sep 17 00:00:00 2001 From: ozwaldorf Date: Sun, 13 Oct 2024 22:59:42 -0400 Subject: [PATCH] ci: update compute workflow --- .github/workflows/fastly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastly.yaml b/.github/workflows/fastly.yaml index cb4e246..e2b8a04 100644 --- a/.github/workflows/fastly.yaml +++ b/.github/workflows/fastly.yaml @@ -21,6 +21,6 @@ jobs: with: targets: wasm32-wasi - uses: Swatinem/rust-cache@v2 - - uses: fastly/compute-actions@v5 + - uses: fastly/compute-actions@v8 env: FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}