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 67ca483 commit ab51ff1Copy full SHA for ab51ff1
.github/workflows/ci-master-scheduled.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Poetry
30
run: python -m pip install poetry poetry-dynamic-versioning
31
32
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
33
name: Cache Poetry dependencies
34
with:
35
path: |
.github/workflows/ci-pull-request.yml
@@ -31,7 +31,7 @@ jobs:
36
37
0 commit comments