Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 12, 2024
1 parent 7d3fd3f commit 9a357f1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,12 @@ updates:
interval: "daily"
versioning-strategy: increase

- package-ecosystem: "cargo"
directory: "/plugins/updater/tests/app-updater"
schedule:
interval: "daily"
versioning-strategy: lockfile-only

- package-ecosystem: "cargo"
directory: "/plugins/upload"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: pnpm/action-setup@v4.0.0
with:
version: 8.15.5
version: 9.3.0
run_install: |
- recursive: true
args: [
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,21 @@ jobs:
command: build
args: --release --all-features --manifest-path ./plugins/updater/Cargo.toml

- uses: actions/cache@v4.0.2
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
Target/
key: ${{ runner.os }}-cargo-${{ hashFiles('./plugins/updater/tests/app-updater/Cargo.toml') }}
- uses: actions-rs/cargo@v1.0.3
with:
command: build
args: --release --all-features --manifest-path ./plugins/updater/tests/app-updater/Cargo.toml

- uses: actions/cache@v4.0.2
with:
path: |
Expand Down

0 comments on commit 9a357f1

Please sign in to comment.