Skip to content

Commit 2d783c9

Browse files
build(deps): bump the actions group across 1 directory with 6 updates
Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `6` | | [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | `1.15.7` | `1.15.9` | | [hustcer/setup-nu](https://github.com/hustcer/setup-nu) | `3.20` | `3.21` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.0` | `7.1.2` | | [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action) | `1.0.1` | `1.0.2` | Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `cargo-bins/cargo-binstall` from 1.15.7 to 1.15.9 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1) - [Commits](cargo-bins/cargo-binstall@a66119f...afcf978) Updates `hustcer/setup-nu` from 3.20 to 3.21 - [Release notes](https://github.com/hustcer/setup-nu/releases) - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md) - [Commits](hustcer/setup-nu@985d59e...3a97c81) Updates `astral-sh/setup-uv` from 7.1.0 to 7.1.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@3259c62...8585678) Updates `rust-lang/crates-io-auth-action` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases) - [Commits](rust-lang/crates-io-auth-action@e919bc7...041cce5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.15.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: hustcer/setup-nu dependency-version: '3.21' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: rust-lang/crates-io-auth-action dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e24cbc commit 2d783c9

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v4
66+
uses: actions/upload-artifact@v5
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@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: wheel
9696
path: dist/*
@@ -112,20 +112,20 @@ jobs:
112112
persist-credentials: false
113113

114114
- name: Download built binaries
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6
116116

117117
- name: Install cargo-binstall
118-
uses: cargo-bins/cargo-binstall@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
118+
uses: cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
119119
env:
120120
GITHUB_TOKEN: ${{ github.token }}
121121
- name: Install hyperfine
122122
env:
123123
GITHUB_TOKEN: ${{ github.token }}
124124
run: cargo binstall -y hyperfine
125125
- name: Install nushell
126-
uses: hustcer/setup-nu@985d59ec83ae3e3418f9d36471cda38b9d8b9879 # v3.20
126+
uses: hustcer/setup-nu@3a97c8160c2bb5af321a03336e7addc28f94444e # v3.21
127127
- name: Install uv
128-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
128+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
129129

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

.github/workflows/binary-builds.yml

Lines changed: 4 additions & 4 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@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
117+
uses: cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
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@v4
156+
uses: actions/upload-artifact@v5
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@v5
179+
uses: actions/download-artifact@v6
180180
with:
181181
pattern: cpp-linter-*
182182
path: dist
@@ -190,7 +190,7 @@ jobs:
190190
gh release upload "$GIT_REF" $files
191191
- name: Establish provenance
192192
id: auth
193-
uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879 # v1.0.1
193+
uses: rust-lang/crates-io-auth-action@041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2 # v1.0.2
194194
- name: Publish package
195195
env:
196196
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

.github/workflows/build-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
path: ~/.cargo
5858
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
5959
- name: Install uv
60-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
60+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
6161
- name: Install cargo-binstall
62-
uses: cargo-bins/cargo-binstall@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
62+
uses: cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
6565
- name: Install nur
@@ -88,9 +88,9 @@ jobs:
8888
path: ~/.cargo
8989
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
9090
- name: Install uv
91-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
91+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
9292
- name: Install cargo-binstall
93-
uses: cargo-bins/cargo-binstall@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
93+
uses: cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
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@v4
102+
uses: actions/upload-artifact@v5
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@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
48+
- uses: cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
4949
- run: cargo binstall -y git-cliff
5050
env:
5151
GITHUB_TOKEN: ${{ github.token }}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
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@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
109+
uses: cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
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@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: bindings-${{ matrix.settings.target }}
131131
path: |
@@ -175,7 +175,7 @@ jobs:
175175
rm -rf target
176176
rm -rf .yarn/cache
177177
- name: Upload artifact
178-
uses: actions/upload-artifact@v4
178+
uses: actions/upload-artifact@v5
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@v5
220+
uses: actions/download-artifact@v6
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@v5
280+
uses: actions/download-artifact@v6
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@v5
332+
uses: actions/download-artifact@v6
333333
with:
334334
path: bindings/node/artifacts
335335
- name: Move artifacts

.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@v4
102+
uses: actions/upload-artifact@v5
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@v4
131+
uses: actions/upload-artifact@v5
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@v4
160+
uses: actions/upload-artifact@v5
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@v4
180+
uses: actions/upload-artifact@v5
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@v5
192+
- uses: actions/download-artifact@v6
193193
with:
194194
pattern: wheels-*
195195
path: dist

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

Lines changed: 3 additions & 3 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@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
58+
- uses: cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
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@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
72+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
7373
with:
7474
enable-cache: true
7575
cache-dependency-glob: "uv.lock"
@@ -227,7 +227,7 @@ jobs:
227227
run: nur test llvm-cov
228228

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

0 commit comments

Comments
 (0)