We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bb3eb commit cb85573Copy full SHA for cb85573
.github/workflows/ci-master-scheduled.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Poetry
29
run: python -m pip install poetry poetry-dynamic-versioning
30
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
32
name: Cache Poetry dependencies
33
with:
34
path: |
.github/workflows/ci-pull-request.yml
@@ -30,7 +30,7 @@ jobs:
35
36
0 commit comments