Skip to content

Commit 691581e

Browse files
Bump the actions group across 1 directory with 10 updates
Bumps the actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.8` | `2.8.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` | | [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | `b3b07ba8b418998c39fb20f53e8b695cdcc8de1b` | `6d653acede28d24f02e3cd41383119e8b1b35921` | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.31.2` | `1.39.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `5` | `6` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `4` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [mikefarah/yq](https://github.com/mikefarah/yq) | `4.45.1` | `4.48.1` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `2.0.0` | `2.1.1` | Updates `Swatinem/rust-cache` from 2.7.8 to 2.8.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@9d47c6a...f13886b) 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 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) Updates `dtolnay/rust-toolchain` from b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to 6d653acede28d24f02e3cd41383119e8b1b35921 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@b3b07ba...6d653ac) Updates `crate-ci/typos` from 1.31.2 to 1.39.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.31.2...v1.39.0) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `mikefarah/yq` from 4.45.1 to 4.48.1 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@8bf425b...0ecdce2) Updates `slackapi/slack-github-action` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - 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: dtolnay/rust-toolchain dependency-version: 6d653acede28d24f02e3cd41383119e8b1b35921 dependency-type: direct:production dependency-group: actions - dependency-name: crate-ci/typos dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: mikefarah/yq dependency-version: 4.48.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8dbe201 commit 691581e

File tree

12 files changed

+32
-32
lines changed

12 files changed

+32
-32
lines changed

.github/workflows/_build-binaries-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
rustup target add ${{ matrix.target }}
7272
73-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
73+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
7474

7575
- name: Setup LLVM on MacOS
7676
if: matrix.system == 'macos'
@@ -112,7 +112,7 @@ jobs:
112112
./scripts/package.sh "${{ matrix.target }}" "$PKG_FULL_NAME"
113113
114114
- name: Upload artifact
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v5
116116
with:
117117
name: build-${{ matrix.target }}
118118
path: ${{ env.PKG_FULL_NAME }}.*

.github/workflows/_build-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
rustup target add ${{ matrix.target }}
6363
64-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
64+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
6565
with:
6666
workspaces: starknet-foundry
6767

@@ -88,7 +88,7 @@ jobs:
8888
./scripts/package.sh "${{ matrix.target }}" "$PKG_FULL_NAME"
8989
9090
- name: Upload artifact
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: build-${{ matrix.target }}
9494
path: ${{ env.PKG_FULL_NAME }}.*

.github/workflows/_build-plugin-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
rustup target add ${{ matrix.target }}
8888
89-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
89+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
9090

9191
- name: Install cross
9292
if: matrix.cross
@@ -124,7 +124,7 @@ jobs:
124124
echo "OUTPUT_BINARY_PATH=./crates/${{ inputs.plugin_name }}/target/${TARGET}/release/${OUTPUT_BINARY}" >> $GITHUB_ENV
125125
126126
- name: Upload Artifact
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: build-${{ inputs.plugin_name }}-${{ matrix.target }}
130130
path: ${{ env.OUTPUT_BINARY_PATH }}

.github/workflows/_publish-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: software-mansion/setup-scarb@v1
5050

5151
- name: Download artifacts
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v6
5353
with:
5454
path: artifacts-dl
5555

.github/workflows/_test-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
rustup target add ${{ matrix.target }}
4141
4242
- name: Download artifacts
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v6
4444
with:
4545
path: artifacts-dl
4646

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build and archive tests
4040
run: cargo nextest archive --cargo-profile ci -p forge --archive-file 'nextest-archive-${{ runner.os }}.tar.zst'
4141
- name: Upload archive to workflow
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: nextest-archive-${{ runner.os }}
4545
path: nextest-archive-${{ runner.os }}.tar.zst
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build and archive tests
6161
run: cargo nextest archive --cargo-profile ci -p forge --features cairo-native --archive-file 'nextest-archive-${{ runner.os }}-native.tar.zst'
6262
- name: Upload archive to workflow
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: nextest-archive-${{ runner.os }}-native
6666
path: nextest-archive-${{ runner.os }}-native.tar.zst
@@ -79,7 +79,7 @@ jobs:
7979
- uses: taiki-e/install-action@v2
8080
with:
8181
82-
- uses: actions/download-artifact@v4
82+
- uses: actions/download-artifact@v6
8383
with:
8484
name: nextest-archive-${{ runner.os }}
8585
- name: nextest partition ${{ matrix.partition }}/3
@@ -99,7 +99,7 @@ jobs:
9999
- uses: taiki-e/install-action@v2
100100
with:
101101
102-
- uses: actions/download-artifact@v4
102+
- uses: actions/download-artifact@v6
103103
with:
104104
name: nextest-archive-${{ runner.os }}-native
105105
- name: nextest partition ${{ matrix.partition }}/3
@@ -147,7 +147,7 @@ jobs:
147147
- uses: taiki-e/install-action@v2
148148
with:
149149
150-
- uses: actions/download-artifact@v4
150+
- uses: actions/download-artifact@v6
151151
with:
152152
name: nextest-archive-${{ runner.os }}
153153
- name: nextest partition ${{ matrix.partition }}/3
@@ -195,7 +195,7 @@ jobs:
195195
- uses: taiki-e/install-action@v2
196196
with:
197197
198-
- uses: actions/download-artifact@v4
198+
- uses: actions/download-artifact@v6
199199
with:
200200
name: nextest-archive-${{ runner.os }}-native
201201
- name: nextest partition ${{ matrix.partition }}/3
@@ -338,11 +338,11 @@ jobs:
338338
runs-on: ubuntu-latest
339339
steps:
340340
- uses: actions/checkout@v5
341-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
341+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
342342
with:
343343
toolchain: stable
344344
components: rustfmt
345-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
345+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
346346
- name: Check formatting
347347
run: cargo fmt --check
348348

@@ -408,4 +408,4 @@ jobs:
408408
steps:
409409
- uses: actions/checkout@v5
410410
- name: typos-action
411-
uses: crate-ci/typos@v1.31.2
411+
uses: crate-ci/typos@v1.39.0

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
env:
3333
MDBOOK_VERSION: 0.4.52
3434
steps:
35-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
35+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
3636
with:
3737
toolchain: stable
38-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
38+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
3939
- uses: actions/checkout@v5
40-
- uses: actions/setup-node@v5
40+
- uses: actions/setup-node@v6
4141
- name: Install sitemap CLI
4242
run: |
4343
npm i -g static-sitemap-cli
@@ -88,7 +88,7 @@ jobs:
8888
sscli --base https://foundry-rs.github.io/starknet-foundry
8989
working-directory: ./docs/book/html
9090
- name: Upload artifact
91-
uses: actions/upload-pages-artifact@v3
91+
uses: actions/upload-pages-artifact@v4
9292
with:
9393
path: ./docs/book/html
9494
# Deployment job

.github/workflows/label-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
issues: write
1111
steps:
12-
- uses: actions/github-script@v7
12+
- uses: actions/github-script@v8
1313
with:
1414
script: |
1515
github.rest.issues.addLabels({

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
git archive "--prefix=starknet-foundry-${{ needs.prepare.outputs.nightly_tag }}/" -o "starknet-foundry-${{ needs.prepare.outputs.nightly_tag }}.tar.gz" HEAD
158158
159159
- name: Download artifacts
160-
uses: actions/download-artifact@v4
160+
uses: actions/download-artifact@v6
161161
with:
162162
path: artifacts-dl
163163

.github/workflows/publish-std.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v5
7171

72-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
72+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
7373
with:
7474
toolchain: stable
7575

0 commit comments

Comments
 (0)