Update dependency faker to v36.2.2 (#152) #321
checks.yml
on: push
Matrix: pytest
all-checks-passed
1s
Annotations
11 warnings
pytest (3.11)
Cache not found for keys: setup-python-Linux-x64-python-3.11.11-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
usage
Cache not found for keys: setup-python-Linux-x64-python-3.13.2-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
pytest (3.13)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
pytest (3.13)
Cache not found for keys: setup-python-Linux-x64-python-3.13.2-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
pytest (3.10)
Cache not found for keys: setup-python-Linux-x64-python-3.10.16-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
pytest (3.9)
Cache not found for keys: setup-python-Linux-x64-python-3.9.21-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
pytest (3.12)
Cache not found for keys: setup-python-Linux-x64-python-3.12.9-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
mypy
Cache not found for keys: setup-python-Linux-x64-python-3.13.2-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
mypy
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
pytest (3.14-dev)
Cache not found for keys: setup-python-Linux-x64-python-3.14.0-alpha.5-poetry-v2-5f7af3b90cb933f402ce4cc3cd3037e21c54b9b8fe57b6c5c4c1436a312ac335
|
Magic Nix Cache is deprecated:
.github/workflows/checks.yml#L53
Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025.
To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead.
Replace...
uses: DeterminateSystems/magic-nix-cache-action@v9
...with...
uses: DeterminateSystems/flakehub-cache-action@v9
For more details: https://dtr.mn/magic-nix-cache-eol
|