diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 5a04e56382fb3..e8e3394089ca9 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: '3.10' - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Configure pip caching with: path: ~/.cache/pip