Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 9, 2024
1 parent 300cada commit fe768f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].4
- uses: actions/[email protected].3
with:
name: .-Node-${{ matrix.node-version }}-Target
path: ./Target
4 changes: 2 additions & 2 deletions .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.toml') }}
- uses: actions-rs/[email protected]
with:
command: build
args: --release --all-features --manifest-path ./Cargo.toml
command: build
args: --release --all-features --manifest-path ./Cargo.toml

0 comments on commit fe768f0

Please sign in to comment.