diff --git a/.github/workflows/check-styling.yaml b/.github/workflows/check-styling.yaml index c096ef4c..da20ab4b 100644 --- a/.github/workflows/check-styling.yaml +++ b/.github/workflows/check-styling.yaml @@ -52,7 +52,7 @@ jobs: shell: Rscript {0} - name: Cache styler - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }} diff --git a/.github/workflows/styler.yaml b/.github/workflows/styler.yaml index 15b95ad3..ef8fd1aa 100644 --- a/.github/workflows/styler.yaml +++ b/.github/workflows/styler.yaml @@ -54,7 +54,7 @@ jobs: shell: Rscript {0} - name: Cache styler - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.styler-location.outputs.location }} key: ${{ runner.os }}-styler-${{ github.sha }}