Skip to content

Commit

Permalink
Merge branch 'Current' of ssh://github.com/BlackRainbowAI/BlackRainbo…
Browse files Browse the repository at this point in the history
…w into Current
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
2 parents 99f5684 + 28ba6e0 commit 61bdff4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: pnpm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
toolchain: ["stable", "nightly"]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.0
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 61bdff4

Please sign in to comment.