From de0dfcd78ab5471aa8faf29964f1ffce3b6135a9 Mon Sep 17 00:00:00 2001 From: Gavin Didrichsen Date: Mon, 18 Nov 2024 16:44:02 +0000 Subject: [PATCH] Update the cache action Signed-off-by: Gavin Didrichsen --- .github/workflows/unit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index b1bcfc81d..90a6392ca 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -38,7 +38,7 @@ jobs: run: bundle update - name: Cache modules id: modules - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: modules key: ${{ runner.os }}-modules-${{ hashFiles('**/Puppetfile') }}