Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the ga group with 3 updates #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
rustup update
rustc --version
rustup target add ${{ matrix.target }}
- uses: cargo-prebuilt/cargo-prebuilt-action@v3
- uses: cargo-prebuilt/cargo-prebuilt-action@v4
with:
pkgs: cross
- uses: Swatinem/rust-cache@v2
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Build
run: cross build --verbose --workspace --locked --target ${{ matrix.target }} ${{ env.feature-set }}
- name: Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.target }}
path: |
Expand All @@ -93,7 +93,7 @@ jobs:
rustup update
rustc --version
rustup target add ${{ matrix.target }}
- uses: cargo-prebuilt/cargo-prebuilt-action@v3
- uses: cargo-prebuilt/cargo-prebuilt-action@v4
with:
pkgs: cargo-auditable
- uses: Swatinem/rust-cache@v2
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Build
run: cargo auditable build --verbose --workspace --locked --target ${{ matrix.target }} ${{ env.feature-set }}
- name: Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.target }}
path: |
Expand All @@ -126,7 +126,7 @@ jobs:
rustup update
rustc --version
rustup target add ${{ matrix.target }}
- uses: cargo-prebuilt/cargo-prebuilt-action@v3
- uses: cargo-prebuilt/cargo-prebuilt-action@v4
with:
pkgs: cargo-auditable
- uses: Swatinem/rust-cache@v2
Expand All @@ -136,7 +136,7 @@ jobs:
- name: Build
run: cargo auditable build --verbose --workspace --locked --target ${{ matrix.target }} ${{ env.feature-set }}
- name: Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.target }}
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
run: |
rustup update
rustc --version
- uses: cargo-prebuilt/cargo-prebuilt-action@v3
- uses: cargo-prebuilt/cargo-prebuilt-action@v4
with:
pkgs: cargo-audit
- uses: Swatinem/rust-cache@v2
- name: Cache Advisory DB
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/advisory-db
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
rustup update
rustc --version
- uses: cargo-prebuilt/cargo-prebuilt-action@v3
- uses: cargo-prebuilt/cargo-prebuilt-action@v4
with:
pkgs: cargo-hack
- uses: Swatinem/rust-cache@v2
Expand Down
Loading