From bd41c083dcc4087b14bc08f5a74ec64e25ee16b6 Mon Sep 17 00:00:00 2001 From: Artur Sannikov Date: Wed, 29 Jul 2026 15:10:20 +0300 Subject: [PATCH] bump(deps): actions/cache@v4 to v6 --- .github/workflows/style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 3edb987e..1d2066e0 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -51,7 +51,7 @@ jobs: ) shell: Rscript {0} - name: Cache styler - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}