diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 500efc1..2455949 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: cache: true - name: Load Pubspec Dependencies Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.PUB_CACHE }} diff --git a/.github/workflows/lint_with_buf.yaml b/.github/workflows/lint_with_buf.yaml index 300dde7..75570d0 100644 --- a/.github/workflows/lint_with_buf.yaml +++ b/.github/workflows/lint_with_buf.yaml @@ -34,7 +34,7 @@ jobs: cache: true - name: Load Pubspec Dependencies Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.PUB_CACHE }}