From 8ba7c77c09c0954d79c51103707fbf7972893e3c Mon Sep 17 00:00:00 2001 From: j-mendez Date: Thu, 24 Oct 2024 13:12:08 -0400 Subject: [PATCH] chore(ci): fix sk passing --- .github/workflows/cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 2ba1703..3914d77 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -9,10 +9,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: clean: false - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: |