From e820745935fe31c05b807cc88a7b39457f77921e Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 26 Oct 2023 12:36:36 -0700 Subject: [PATCH] bump cache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed2a558..5b6ab3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: workflow_dispatch: env: - cache_nonce: 0 # Allows for easily busting actions/cache caches + cache_nonce: 1 # Allows for easily busting actions/cache caches nim_version: v1.6.14 jobs: build: