Skip to content

Commit 02a802d

Browse files
Update all patch updates
1 parent 4d42c08 commit 02a802d

File tree

9 files changed

+45
-45
lines changed

9 files changed

+45
-45
lines changed

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
aws-region: us-east-1
9595

9696
- name: Install uv
97-
uses: spiraldb/actions/.github/actions/[email protected].3
97+
uses: spiraldb/actions/.github/actions/[email protected].5
9898
with:
9999
sync: false
100100

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 120
2727
steps:
2828
- uses: actions/checkout@v6
29-
- uses: spiraldb/actions/.github/actions/[email protected].3
29+
- uses: spiraldb/actions/.github/actions/[email protected].5
3030

3131
validate-workflow-yaml:
3232
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v6
5151
- name: Install uv
52-
uses: spiraldb/actions/.github/actions/[email protected].3
52+
uses: spiraldb/actions/.github/actions/[email protected].5
5353
with:
5454
sync: false
5555
prune-cache: false
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
7474
- name: Install uv
75-
uses: spiraldb/actions/.github/actions/[email protected].3
75+
uses: spiraldb/actions/.github/actions/[email protected].5
7676
with:
7777
sync: false
7878
prune-cache: false

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Install uv
34-
uses: spiraldb/actions/.github/actions/[email protected].3
34+
uses: spiraldb/actions/.github/actions/[email protected].5
3535
with:
3636
sync: false
3737

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: "17"
2424
distribution: "temurin"
2525
- name: Install uv
26-
uses: spiraldb/actions/.github/actions/[email protected].3
26+
uses: spiraldb/actions/.github/actions/[email protected].5
2727
with:
2828
sync: false
2929
prune-cache: false

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
224224
- name: Install uv
225225
if: inputs.mode == 'pr'
226-
uses: spiraldb/actions/.github/actions/[email protected].3
226+
uses: spiraldb/actions/.github/actions/[email protected].5
227227
with:
228228
sync: false
229229
- name: Compare results

Cargo.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

java/versions.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ org.glassfish.jersey.core:jersey-server:2.40 (3 constraints: 363eb427)
258258

259259
org.glassfish.jersey.inject:jersey-hk2:2.40 (1 constraints: ea0cbc29)
260260

261-
org.immutables:value:2.11.6 (1 constraints: 3c05383b)
261+
org.immutables:value:2.11.7 (1 constraints: 3d05393b)
262262

263263
org.javassist:javassist:3.29.2-GA (1 constraints: 30112ef1)
264264

java/versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.google.guava:guava = 33.5.0-jre
77
com.google.guava:listenablefuture = 9999.0-empty-to-avoid-conflict-with-guava
88
com.jakewharton.nopen:* = 1.0.1
99
org.apache.spark:* = 3.5.7
10-
org.immutables:value = 2.11.6
10+
org.immutables:value = 2.11.7
1111
com.google.protobuf:protobuf-java = 4.33.1
1212
org.apache.arrow:* = 18.3.0
1313

0 commit comments

Comments
 (0)