Skip to content

Commit

Permalink
Merge branch 'prusa3d:main' into v3.0.3_restore_motor_current
Browse files Browse the repository at this point in the history
  • Loading branch information
WizardStan authored Feb 15, 2025
2 parents 2d4dc97 + 255dc87 commit 0ca761d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: true

- name: Cache Dependencies
uses: actions/cache@v4.0.0
uses: actions/cache@v4
id: cache-pkgs
with:
path: ".dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Dependencies
uses: actions/cache@v4.0.0
uses: actions/cache@v4
id: cache-pkgs
with:
path: ".dependencies"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: true

- name: Cache Dependencies
uses: actions/cache@v4.0.0
uses: actions/cache@v4
id: cache-pkgs
with:
path: ".dependencies"
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Coverage
path: build/Coverage
Expand Down

0 comments on commit 0ca761d

Please sign in to comment.