diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 012f162..da55f45 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.1 + uses: actions/cache@v4.0.2 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}