diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0cb9db2..a10dd49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -174,7 +174,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -232,7 +232,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -292,7 +292,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }} @@ -378,7 +378,7 @@ jobs: fetch-depth: 0 - name: Cache pre-commit - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit|${{ runner.os }}|${{ hashFiles('.pre-commit-config.yaml') }}