diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index c08f68f..66f0935 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -59,7 +59,7 @@ jobs: shell: Rscript {0} - name: Cache styler - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}