diff --git a/.github/workflows/ci-master-scheduled.yml b/.github/workflows/ci-master-scheduled.yml index c3f9ec8e..6f76545a 100644 --- a/.github/workflows/ci-master-scheduled.yml +++ b/.github/workflows/ci-master-scheduled.yml @@ -28,7 +28,7 @@ jobs: - name: Install Poetry run: python -m pip install poetry poetry-dynamic-versioning - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache Poetry dependencies with: path: | diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index b200176c..18d1d87d 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -30,7 +30,7 @@ jobs: - name: Install Poetry run: python -m pip install poetry poetry-dynamic-versioning - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache Poetry dependencies with: path: |