Skip to content

Commit eca4d61

Browse files
build(deps): bump the actions group across 1 directory with 9 updates
Bumps the actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `7` | | [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | `1.16.2` | `1.16.4` | | [hustcer/setup-nu](https://github.com/hustcer/setup-nu) | `3.21` | `3.22` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.4` | `7.1.6` | | [mlugg/setup-zig](https://github.com/mlugg/setup-zig) | `2.0.5` | `2.1.0` | | [cross-platform-actions/action](https://github.com/cross-platform-actions/action) | `0.30.0` | `0.31.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` | Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `cargo-bins/cargo-binstall` from 1.16.2 to 1.16.4 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](cargo-bins/cargo-binstall@3fc8167...ea60fcf) Updates `hustcer/setup-nu` from 3.21 to 3.22 - [Release notes](https://github.com/hustcer/setup-nu/releases) - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md) - [Commits](hustcer/setup-nu@3a97c81...920172d) Updates `astral-sh/setup-uv` from 7.1.4 to 7.1.6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@1e862df...681c641) Updates `mlugg/setup-zig` from 2.0.5 to 2.1.0 - [Release notes](https://github.com/mlugg/setup-zig/releases) - [Commits](mlugg/setup-zig@8d6198c...fa65c40) Updates `cross-platform-actions/action` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](cross-platform-actions/action@46e8d7f...3fbf272) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: hustcer/setup-nu dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 7.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: mlugg/setup-zig dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: cross-platform-actions/action dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9463247 commit eca4d61

File tree

8 files changed

+39
-39
lines changed

8 files changed

+39
-39
lines changed

.github/workflows/benchmark.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: ${{ matrix.commit }}
4545
persist-credentials: false
4646
- name: Cache base ref build
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
id: cache
4949
with:
5050
key: bin-cache-${{ hashFiles('cpp-linter/src/**', 'Cargo.toml', 'Cargo.lock', 'cpp-linter/Cargo.toml') }}
@@ -63,7 +63,7 @@ jobs:
6363
- run: cargo build --bin cpp-linter --release
6464
if: steps.cache.outputs.cache-hit != 'true' || steps.validate.outputs.cache-valid == 'false'
6565
- name: Upload build artifact
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v6
6767
with:
6868
name: ${{ matrix.name }}
6969
path: ${{ env.BIN }}
@@ -90,7 +90,7 @@ jobs:
9090
# yum update -y
9191
# yum install -y openssl openssl-devel
9292
# - name: Upload wheels
93-
# uses: actions/upload-artifact@v5
93+
# uses: actions/upload-artifact@v6
9494
# with:
9595
# name: wheel
9696
# path: dist/cpp_linter-*-cp3*-abi3-*.whl
@@ -113,20 +113,20 @@ jobs:
113113
persist-credentials: false
114114

115115
- name: Download built binaries
116-
uses: actions/download-artifact@v6
116+
uses: actions/download-artifact@v7
117117

118118
- name: Install cargo-binstall
119-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
119+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
120120
env:
121121
GITHUB_TOKEN: ${{ github.token }}
122122
- name: Install hyperfine
123123
env:
124124
GITHUB_TOKEN: ${{ github.token }}
125125
run: cargo binstall -y hyperfine
126126
- name: Install nushell
127-
uses: hustcer/setup-nu@3a97c8160c2bb5af321a03336e7addc28f94444e # v3.21
127+
uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.22
128128
- name: Install uv
129-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
129+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
130130

131131
- name: Run benchmark script
132132
working-directory: benchmark

.github/workflows/binary-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Install cargo-binstall
116116
if: matrix.cross
117-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
117+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
118118
env:
119119
GITHUB_TOKEN: ${{ github.token }}
120120
- name: Install cross (cargo cross compiler)
@@ -153,7 +153,7 @@ jobs:
153153
tar -a -c -v -f "${arc_name}" ${tgt} LICENSE
154154
155155
- name: Upload artifacts
156-
uses: actions/upload-artifact@v5
156+
uses: actions/upload-artifact@v6
157157
with:
158158
name: cpp-linter-${{ matrix.target }}
159159
path: cpp-linter-${{ matrix.target }}*
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
python-version: 3.x
178178
- name: Download built assets
179-
uses: actions/download-artifact@v6
179+
uses: actions/download-artifact@v7
180180
with:
181181
pattern: cpp-linter-*
182182
path: dist

.github/workflows/build-docs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939
- run: rustup update --no-self-update
4040
- name: Cache .cargo locked resources
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: ~/.cargo
4444
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
@@ -52,14 +52,14 @@ jobs:
5252
with:
5353
persist-credentials: false
5454
- name: Cache .cargo locked resources
55-
uses: actions/cache/restore@v4
55+
uses: actions/cache/restore@v5
5656
with:
5757
path: ~/.cargo
5858
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
5959
- name: Install uv
60-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
60+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
6161
- name: Install cargo-binstall
62-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
62+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
6565
- name: Install nur
@@ -83,14 +83,14 @@ jobs:
8383
persist-credentials: false
8484
- run: rustup update --no-self-update
8585
- name: Cache .cargo locked resources
86-
uses: actions/cache/restore@v4
86+
uses: actions/cache/restore@v5
8787
with:
8888
path: ~/.cargo
8989
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
9090
- name: Install uv
91-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
91+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
9292
- name: Install cargo-binstall
93-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
93+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
9494
env:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
- name: Install nur
@@ -99,7 +99,7 @@ jobs:
9999
GITHUB_TOKEN: ${{ github.token }}
100100
- run: nur docs rs
101101
- name: upload rustdoc build as artifact
102-
uses: actions/upload-artifact@v5
102+
uses: actions/upload-artifact@v6
103103
with:
104104
path: target/doc
105105
name: cpp-linter-api_docs

.github/workflows/bump-n-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 24.x
4747
- run: yarn install
48-
- uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
48+
- uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
4949
- run: cargo binstall -y git-cliff
5050
env:
5151
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/node-js-packaging.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
rustup update stable --no-self-update
9090
rustup target add ${{ matrix.settings.target }}
9191
- name: Cache cargo
92-
uses: actions/cache@v4 # zizmor: ignore[cache-poisoning]
92+
uses: actions/cache@v5 # zizmor: ignore[cache-poisoning]
9393
with:
9494
path: |
9595
~/.cargo/registry/index/
@@ -99,14 +99,14 @@ jobs:
9999
.cargo-cache
100100
target/
101101
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
102-
- uses: mlugg/setup-zig@8d6198c65fb0feaa111df26e6b467fea8345e46f # v2.0.5
102+
- uses: mlugg/setup-zig@fa65c4058643678a4e4a9a60513944a7d8d35440 # v2.1.0
103103
if: ${{ contains(matrix.settings.build, ' -x ') }}
104104
with:
105105
version: 0.14.1
106106
use-cache: true # zizmor: ignore[cache-poisoning]
107107
- name: Install cargo-binstall
108108
if: contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ')
109-
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
109+
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
110110
env:
111111
GITHUB_TOKEN: ${{ github.token }}
112112
- name: Install ${{contains(matrix.settings.build, ' -x ') && 'cargo-zigbuild' || 'cargo-cross'}}
@@ -125,7 +125,7 @@ jobs:
125125
run: ${{ matrix.settings.build }}
126126
shell: bash
127127
- name: Upload artifact
128-
uses: actions/upload-artifact@v5
128+
uses: actions/upload-artifact@v6
129129
with:
130130
name: bindings-${{ matrix.settings.target }}
131131
path: |
@@ -141,7 +141,7 @@ jobs:
141141
persist-credentials: false
142142
- name: Build
143143
id: build
144-
uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0
144+
uses: cross-platform-actions/action@3fbf2723ff48aac8defe0070706f36088999fd47 # v0.31.0
145145
env:
146146
DEBUG: napi:*
147147
RUSTUP_IO_THREADS: 1
@@ -175,7 +175,7 @@ jobs:
175175
rm -rf target
176176
rm -rf .yarn/cache
177177
- name: Upload artifact
178-
uses: actions/upload-artifact@v5
178+
uses: actions/upload-artifact@v6
179179
with:
180180
name: bindings-freebsd
181181
path: bindings/node/${{ env.APP_NAME }}.*.node
@@ -217,7 +217,7 @@ jobs:
217217
- name: Install dependencies
218218
run: yarn install
219219
- name: Download artifacts
220-
uses: actions/download-artifact@v6
220+
uses: actions/download-artifact@v7
221221
with:
222222
name: bindings-${{ matrix.settings.target }}
223223
path: bindings/node
@@ -277,7 +277,7 @@ jobs:
277277
yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
278278
yarn install
279279
- name: Download artifacts
280-
uses: actions/download-artifact@v6
280+
uses: actions/download-artifact@v7
281281
with:
282282
name: bindings-${{ matrix.target }}
283283
path: bindings/node
@@ -329,7 +329,7 @@ jobs:
329329
working-directory: bindings/node
330330
run: yarn napi create-npm-dirs
331331
- name: Download all artifacts
332-
uses: actions/download-artifact@v6
332+
uses: actions/download-artifact@v7
333333
with:
334334
path: bindings/node/artifacts
335335
- name: Move artifacts

.github/workflows/pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828
- run: rustup update
2929
- name: Cache .cargo locked resources
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cargo
3333
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}

.github/workflows/python-packaging.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
;;
100100
esac
101101
- name: Upload wheels
102-
uses: actions/upload-artifact@v5
102+
uses: actions/upload-artifact@v6
103103
with:
104104
name: wheels-linux-${{ matrix.platform.target }}
105105
path: dist/*
@@ -128,7 +128,7 @@ jobs:
128128
args: --release --out dist --find-interpreter
129129
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
130130
- name: Upload wheels
131-
uses: actions/upload-artifact@v5
131+
uses: actions/upload-artifact@v6
132132
with:
133133
name: wheels-windows-${{ matrix.platform.target }}
134134
path: dist/*
@@ -157,7 +157,7 @@ jobs:
157157
args: --release --out dist --find-interpreter --features openssl-vendored
158158
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
159159
- name: Upload wheels
160-
uses: actions/upload-artifact@v5
160+
uses: actions/upload-artifact@v6
161161
with:
162162
name: wheels-macos-${{ matrix.platform.target }}
163163
path: dist/*
@@ -177,7 +177,7 @@ jobs:
177177
command: sdist
178178
args: --out dist
179179
- name: Upload sdist
180-
uses: actions/upload-artifact@v5
180+
uses: actions/upload-artifact@v6
181181
with:
182182
name: wheels-sdist
183183
path: dist/*
@@ -189,7 +189,7 @@ jobs:
189189
permissions:
190190
id-token: write
191191
steps:
192-
- uses: actions/download-artifact@v6
192+
- uses: actions/download-artifact@v7
193193
with:
194194
pattern: wheels-*
195195
path: dist

.github/workflows/run-dev-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# if: runner.os == 'Windows'
5656
# run: vcpkg install openssl
5757

58-
- uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
58+
- uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
5959
env:
6060
GITHUB_TOKEN: ${{ github.token }}
6161
- name: Install third-party binaries
@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.x
7070

7171
- name: Install uv
72-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
72+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
7373
with:
7474
enable-cache: true
7575
cache-dependency-glob: "uv.lock"
@@ -83,7 +83,7 @@ jobs:
8383
run: choco install ninja
8484

8585
- name: Cache .cargo locked resources
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
with:
8888
path: ~/.cargo
8989
key: ${{ runner.os }}-tests-cargo-${{ hashFiles('Cargo.lock') }}
@@ -227,15 +227,15 @@ jobs:
227227
run: nur test llvm-cov
228228

229229
- name: Upload coverage data
230-
uses: actions/upload-artifact@v5
230+
uses: actions/upload-artifact@v6
231231
with:
232232
name: HTML_report-${{ runner.os }}
233233
path: target/llvm-cov/html
234234

235235
- name: Generate Coverage lcov report
236236
run: nur test lcov
237237

238-
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
238+
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
239239
with:
240240
token: ${{secrets.CODECOV_TOKEN}}
241241
files: lcov.info

0 commit comments

Comments
 (0)