Merge pull request #41 from PR0M3TH3AN/codex/update-action-versions-and-verify-workflows

Update action versions
This commit is contained in:
thePR0M3TH3AN
2025-05-21 13:55:22 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust (stable)
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
override: true
@@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust (nightly for Tarpaulin, if needed)
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly # Or stable if Tarpaulin works well with it for your project
override: true

View File

@@ -25,16 +25,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: stable
- name: Build Marlin CLI
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: build
args: --release --bin marlin