diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 1f2f839..9876787 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -19,7 +19,7 @@ jobs: cache: true - name: Dependency cache id: cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: .venv key: ${{ runner.os }}-docs-${{ hashFiles('**/pyproject.toml') }} diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 7a69e27..d6ce556 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -15,7 +15,7 @@ jobs: cache: true - name: Dependency cache id: cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: .venv key: ${{ runner.os }}-fmt-${{ hashFiles('**/pyproject.toml') }} diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 48fe0c6..3d2b0fa 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -15,7 +15,7 @@ jobs: cache: true - name: Dependency cache id: cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: .venv key: ${{ runner.os }}-mypy-${{ hashFiles('**/pyproject.toml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1786b74..5c5e55f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: cache: true - name: Dependency cache id: cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: .venv key: ${{ runner.os }}-release-${{ hashFiles('**/pyproject.toml') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4688b8..8293408 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: cache: true - name: Dependency cache id: cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: .venv key: ${{ runner.os }}-test-${{ hashFiles('**/pyproject.toml') }}