We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bbbed commit 9a0a624Copy full SHA for 9a0a624
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
python -m pytest --benchmark-json output.json
54
# Download previous benchmark result from cache (if exists)
55
- name: Download previous benchmark data
56
- uses: actions/cache@v1
+ uses: actions/cache@v4
57
with:
58
path: ./cache
59
key: ${{ runner.os }}-benchmark
deltacat/__init__.py
@@ -44,7 +44,7 @@
44
45
deltacat.logs.configure_deltacat_logger(logging.getLogger(__name__))
46
47
-__version__ = "1.1.31"
+__version__ = "1.1.32"
48
49
50
__all__ = [
0 commit comments