From 6825aad48ad4efb782cd7547ca733f40b497aacc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Mar 2024 21:52:16 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 093591f..f169e26 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -44,7 +44,7 @@ jobs: shell: Rscript {0} - name: Cache styler - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}