diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 90adab3..b1870f2 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -30,7 +30,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: .venv diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 98b681d..d435d59 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -35,7 +35,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: .venv @@ -84,7 +84,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: .venv @@ -125,7 +125,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: .venv