Skip to content

Commit 5e68b24

Browse files
chore: bump the all-dependencies group across 1 directory with 10 updates
Bumps the all-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [jdx/mise-action](https://github.com/jdx/mise-action) | `2` | `3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [gradle/actions](https://github.com/gradle/actions) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` | | [infisical/secrets-action](https://github.com/infisical/secrets-action) | `1.0.9` | `1.0.15` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.3` | `5.5.1` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `jdx/mise-action` from 2 to 3 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v2...v3) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `gradle/actions` from 4 to 5 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) Updates `actions/download-artifact` from 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) Updates `infisical/secrets-action` from 1.0.9 to 1.0.15 - [Release notes](https://github.com/infisical/secrets-action/releases) - [Commits](Infisical/secrets-action@v1.0.9...v1.0.15) Updates `codecov/codecov-action` from 5.4.3 to 5.5.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@18283e0...5a10915) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: infisical/secrets-action dependency-version: 1.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af2d872 commit 5e68b24

13 files changed

+72
-72
lines changed

.github/workflows/build-cli-release.reusable.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
target: aarch64-unknown-linux-musl
5656

5757
# Run Linux builds inside a more modern manylinux container (AlmaLinux 8 based)
58-
# with a newer GLIBC version compatible with Node20 used by actions/checkout@v4
58+
# with a newer GLIBC version compatible with Node20 used by actions/checkout@v5
5959
# container: ${{ contains(matrix._.os, 'ubuntu') && (contains(matrix._.target, 'x86_64') && 'quay.io/pypa/manylinux_2_28_x86_64' || 'ghcr.io/rust-cross/manylinux_2_28-cross:aarch64') || '' }}
6060
runs-on: ${{ matrix._.os }}
6161

@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373

7474
- name: Setup Tools
7575
uses: ./.github/actions/setup-tools
@@ -83,7 +83,7 @@ jobs:
8383
- name: Setup Go
8484
uses: ./.github/actions/setup-go
8585

86-
- uses: jdx/mise-action@v2
86+
- uses: jdx/mise-action@v3
8787
if: matrix._.os != 'windows-2022'
8888
with:
8989
install_args: "protoc-gen-go"
@@ -260,7 +260,7 @@ jobs:
260260
261261
# Upload the CFFI library for this specific target
262262
- name: Upload CFFI Library Artifact
263-
uses: actions/upload-artifact@v4
263+
uses: actions/upload-artifact@v5
264264
with:
265265
# Artifact name uses the target name for uniqueness (as decided previously)
266266
name: libbaml-cffi-${{ matrix._.target }}
@@ -403,7 +403,7 @@ jobs:
403403
# Upload different artifacts based on mode
404404
- name: Upload CLI artifacts (Release)
405405
if: inputs.package_for_release
406-
uses: actions/upload-artifact@v4
406+
uses: actions/upload-artifact@v5
407407
with:
408408
# Artifact name in GitHub Actions UI remains the same
409409
name: baml-cli-${{ matrix._.target }}
@@ -413,7 +413,7 @@ jobs:
413413

414414
- name: Upload CLI artifacts (CI)
415415
if: inputs.package_for_release == false
416-
uses: actions/upload-artifact@v4
416+
uses: actions/upload-artifact@v5
417417
with:
418418
name: baml-cli-${{ matrix._.target }}
419419
path: |

.github/workflows/build-jetbrains-release.reusable.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
steps:
4747

4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
- name: Setup Java
5252
uses: ./.github/actions/setup-java
5353

54-
- uses: gradle/actions/setup-gradle@v4
54+
- uses: gradle/actions/setup-gradle@v5
5555

5656
# Set environment variables
5757
- name: Export Properties
@@ -74,7 +74,7 @@ jobs:
7474
run: ./gradlew buildPlugin
7575

7676
- name: Upload artifact
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: baml-jetbrains-zip-${{ steps.properties.outputs.version }}
8080
path: ./jetbrains/build/distributions/*
@@ -88,7 +88,7 @@ jobs:
8888

8989
# # Check out the current repository
9090
# - name: Fetch Sources
91-
# uses: actions/checkout@v4
91+
# uses: actions/checkout@v5
9292

9393
# # Set up Java environment for the next steps
9494
# - name: Setup Java
@@ -99,7 +99,7 @@ jobs:
9999

100100
# # Setup Gradle
101101
# - name: Setup Gradle
102-
# uses: gradle/actions/setup-gradle@v4
102+
# uses: gradle/actions/setup-gradle@v5
103103

104104
# # Run tests
105105
# - name: Run Tests
@@ -108,7 +108,7 @@ jobs:
108108
# # Collect Tests Result of failed tests
109109
# - name: Collect Tests Result
110110
# if: ${{ failure() }}
111-
# uses: actions/upload-artifact@v4
111+
# uses: actions/upload-artifact@v5
112112
# with:
113113
# name: tests-result
114114
# path: ./build/reports/tests
@@ -130,7 +130,7 @@ jobs:
130130
# pull-requests: write
131131
# steps:
132132
# # Check out the current repository
133-
# - uses: actions/checkout@v4
133+
# - uses: actions/checkout@v5
134134
# with:
135135
# ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
136136
# fetch-depth: 0 # a full history is required for pull request analysis
@@ -153,7 +153,7 @@ jobs:
153153
# needs: [ build ]
154154
# runs-on: ubuntu-latest
155155
# steps:
156-
# - uses: actions/checkout@v4
156+
# - uses: actions/checkout@v5
157157

158158
# # Set up Java environment for the next steps
159159
# - name: Setup Java
@@ -164,7 +164,7 @@ jobs:
164164

165165
# # Setup Gradle
166166
# - name: Setup Gradle
167-
# uses: gradle/actions/setup-gradle@v4
167+
# uses: gradle/actions/setup-gradle@v5
168168

169169
# # Cache Plugin Verifier IDEs
170170
# - name: Setup Plugin Verifier IDEs Cache
@@ -180,7 +180,7 @@ jobs:
180180
# # Collect Plugin Verifier Result
181181
# - name: Collect Plugin Verifier Result
182182
# if: ${{ always() }}
183-
# uses: actions/upload-artifact@v4
183+
# uses: actions/upload-artifact@v5
184184
# with:
185185
# name: pluginVerifier-result
186186
# path: ./build/reports/pluginVerifier

.github/workflows/build-python-release.reusable.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,36 +93,36 @@ jobs:
9393
clang -v
9494
cmake --version
9595
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v5
9797

9898
# Setup Python for non-ARM64 Windows targets and other OS
9999
- name: Setup Python (default)
100100
if: matrix._.target != 'aarch64-pc-windows-msvc'
101-
uses: actions/setup-python@v5
101+
uses: actions/setup-python@v6
102102
with:
103103
python-version: "3.8"
104104
architecture: ${{ matrix._.architecture }}
105105

106106
# Setup Python versions for ARM64 Windows
107107
- name: Setup Python 3.11 (ARM64 Windows)
108108
if: matrix._.target == 'aarch64-pc-windows-msvc'
109-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@v6
110110
id: py311
111111
with:
112112
python-version: "3.11"
113113
architecture: "arm64"
114114
allow-prereleases: true
115115
- name: Setup Python 3.12 (ARM64 Windows)
116116
if: matrix._.target == 'aarch64-pc-windows-msvc'
117-
uses: actions/setup-python@v5
117+
uses: actions/setup-python@v6
118118
id: py312
119119
with:
120120
python-version: "3.12"
121121
architecture: "arm64"
122122
allow-prereleases: true
123123
- name: Setup Python 3.13 (ARM64 Windows)
124124
if: matrix._.target == 'aarch64-pc-windows-msvc'
125-
uses: actions/setup-python@v5
125+
uses: actions/setup-python@v6
126126
id: py313
127127
with:
128128
python-version: "3.13"
@@ -151,7 +151,7 @@ jobs:
151151
fi
152152
153153
- name: Install uv
154-
uses: astral-sh/setup-uv@v6
154+
uses: astral-sh/setup-uv@v7
155155

156156
- name: Test LICENSE packaging
157157
if: matrix._.license_test != 'skip'
@@ -171,7 +171,7 @@ jobs:
171171
grep 'baml.*Apache-2.0' license-audit.log >/dev/null
172172
173173
- name: Upload wheels
174-
uses: actions/upload-artifact@v4
174+
uses: actions/upload-artifact@v5
175175
with:
176176
name: wheels-${{ matrix._.target }}
177177
path: engine/language_client_python/dist

.github/workflows/build-ruby-release.reusable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run:
3737
working-directory: engine/language_client_ruby
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
4242
with:
@@ -116,7 +116,7 @@ jobs:
116116
#################################################################################################################
117117

118118
- name: Upload Ruby artifact
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v5
120120
with:
121121
name: gem-${{ matrix._.platform }}
122122
path: engine/language_client_ruby/pkg/*.gem

.github/workflows/build-typescript-release.reusable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v4
94+
uses: actions/checkout@v5
9595

9696
# Check GLIBC version for Linux targets (skip musl targets)
9797
- name: Check GLIBC version
@@ -128,7 +128,7 @@ jobs:
128128
working-directory: engine/language_client_typescript
129129

130130
- name: Upload artifact
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v5
132132
with:
133133
name: bindings-${{ matrix._.target }}
134134
path: engine/language_client_typescript/*.node

.github/workflows/build-vscode-release.reusable.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
rust-target: aarch64-unknown-linux-musl
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353

5454
- name: Setup Tools
5555
uses: ./.github/actions/setup-tools
@@ -81,7 +81,7 @@ jobs:
8181
echo "Determined artifact name for ${{ matrix.code-target }}: ${ARTIFACT_NAME}"
8282
8383
- name: Download specific CLI artifact for ${{ matrix.code-target }}
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v6
8585
with:
8686
name: baml-cli-${{ matrix.rust-target }}
8787
path: cli-artifact-${{ matrix.code-target }}
@@ -212,7 +212,7 @@ jobs:
212212
working-directory: typescript/apps/vscode-ext
213213

214214
- name: Upload VSIX artifact for ${{ matrix.code-target }}
215-
uses: actions/upload-artifact@v4
215+
uses: actions/upload-artifact@v5
216216
with:
217217
name: baml-vscode-vsix-${{ matrix.code-target }}
218218
path: typescript/apps/vscode-ext/${{ steps.package.outputs.vsix_path }}
@@ -243,7 +243,7 @@ jobs:
243243
working-directory: .
244244
- name: Upload Playground Artifact (conditional)
245245
if: matrix.code-target == 'linux-x64'
246-
uses: actions/upload-artifact@v4
246+
uses: actions/upload-artifact@v5
247247
with:
248248
name: playground-dist-${{ inputs.version }}
249249
path: |

.github/workflows/integ-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# GOARCH: ${{ matrix._.goarch }}
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v5
7272

7373
- uses: actions/cache@v4
7474
with:
@@ -93,7 +93,7 @@ jobs:
9393
- name: Platform-specific setup
9494
run: ${{ matrix._.setup }}
9595

96-
- uses: infisical/[email protected].9
96+
- uses: infisical/[email protected].15
9797
with:
9898
method: oidc
9999
# https://app.infisical.com/organization/identities/5b66a909-d5b3-4835-b518-27abf4c9b97d

.github/workflows/primary.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
[typescript-lint, rust-format, rust-lint, rust-lint-wasm, python-lint]
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: Setup Tools
5050
uses: ./.github/actions/setup-tools
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@v4
106+
uses: actions/checkout@v5
107107

108108
- name: Setup Tools
109109
uses: ./.github/actions/setup-tools
@@ -129,7 +129,7 @@ jobs:
129129
runs-on: ubuntu-latest
130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@v4
132+
uses: actions/checkout@v5
133133

134134
- name: Setup Tools
135135
uses: ./.github/actions/setup-tools
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-latest
150150
steps:
151151
- name: Checkout
152-
uses: actions/checkout@v4
152+
uses: actions/checkout@v5
153153

154154
- name: Setup Tools
155155
uses: ./.github/actions/setup-tools
@@ -205,7 +205,7 @@ jobs:
205205
test-suite: [rust-unit, python-integration]
206206
steps:
207207
- name: Checkout
208-
uses: actions/checkout@v4
208+
uses: actions/checkout@v5
209209

210210
- name: Setup Tools
211211
uses: ./.github/actions/setup-tools
@@ -268,7 +268,7 @@ jobs:
268268
runs-on: ${{ matrix.os }}
269269
steps:
270270
- name: Checkout
271-
uses: actions/checkout@v4
271+
uses: actions/checkout@v5
272272

273273
- name: Setup Tools
274274
uses: ./.github/actions/setup-tools
@@ -285,7 +285,7 @@ jobs:
285285
run: cargo build --release --bin baml-cli --target ${{ matrix.target }}
286286
working-directory: engine
287287
- name: Upload CLI artifact
288-
uses: actions/upload-artifact@v4
288+
uses: actions/upload-artifact@v5
289289
with:
290290
name: baml-cli-${{ matrix.target }}
291291
path: engine/target/release/baml-cli*
@@ -299,12 +299,12 @@ jobs:
299299
if: github.ref == 'refs/heads/canary' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
300300
steps:
301301
- name: Checkout main repository
302-
uses: actions/checkout@v4
302+
uses: actions/checkout@v5
303303
with:
304304
path: main-repo
305305

306306
- name: Checkout zed-baml repository
307-
uses: actions/checkout@v4
307+
uses: actions/checkout@v5
308308
with:
309309
repository: BoundaryML/zed-baml
310310
token: ${{ secrets.ZED_BAML_SYNC_TOKEN }}

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Setup Node.js and pnpm
2727
uses: ./.github/actions/setup-node
@@ -65,7 +65,7 @@ jobs:
6565
working-directory: ../sage-backend
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: Setup Node.js and pnpm
7171
uses: ./.github/actions/setup-node
@@ -141,7 +141,7 @@ jobs:
141141
working-directory: typescript/apps/sage-backend
142142
steps:
143143
- name: Checkout repository
144-
uses: actions/checkout@v4
144+
uses: actions/checkout@v5
145145

146146
- name: Setup Node.js and pnpm
147147
uses: ./.github/actions/setup-node

0 commit comments

Comments
 (0)