diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 529d9a9..cb0b08f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: # キャッシュリストア - name: Restore cache id: cache-restore - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: key: ${{ runner.os }}-cache path: | @@ -61,7 +61,7 @@ jobs: - name: Always Save Cache id: cache-save if: always() && steps.cache-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: key: ${{ steps.cache-restore.outputs.cache-primary-key }} path: |