diff --git a/.github/workflows/convention-drift.yml b/.github/workflows/convention-drift.yml index 9aeb7b5..670a836 100644 --- a/.github/workflows/convention-drift.yml +++ b/.github/workflows/convention-drift.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6 - name: Restore hash cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: .convention-hashes key: convention-hashes-v2-${{ github.run_id }} @@ -95,7 +95,7 @@ jobs: - name: Save hash cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: .convention-hashes key: convention-hashes-v2-${{ github.run_id }}