From 2b25d3ca6d8edfb9eed56ee55f5675872b062791 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sat, 25 Nov 2023 14:51:03 +0000 Subject: [PATCH] chore: don't use dep cache value We can remove caches from the GitHub UI now. --- .github/workflows/smoketest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 014a5f593..a24a1847e 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -64,9 +64,9 @@ jobs: id: gatsbyCache with: path: ./.cache - key: ${{ runner.os }}-gatsby-cache-${{ secrets.CACHE_VERSION }}-${{ hashFiles('public') }} + key: ${{ runner.os }}-gatsby-cache-${{ hashFiles('public') }} restore-keys: | - ${{ runner.os }}-gatsby-cache-${{ secrets.CACHE_VERSION }}- + ${{ runner.os }}-gatsby-cache- - name: Build site run: yarn build:ci