Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 7, 2024
2 parents f0cc14e + bf78f3a commit 2ecef88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CrabNebula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- uses: crabnebula-dev/cloud-release@dev
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- 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 @@ -57,7 +57,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
toolchain: ["stable", "nightly"]

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- uses: actions-rs/[email protected]
with:
Expand Down

0 comments on commit 2ecef88

Please sign in to comment.