mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
fix node.js warning
update run_gettext.bat to use own tools
This commit is contained in:
parent
2efba59b0d
commit
20477bcc40
7 changed files with 24 additions and 22 deletions
4
.github/workflows/build_check_cache.yml
vendored
4
.github/workflows/build_check_cache.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
valid-cache: ${{ steps.cache_deps.outputs.cache-hit }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: set outputs
|
||||
id: set_outputs
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: load cache
|
||||
id: cache_deps
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.set_outputs.outputs.cache-path }}
|
||||
key: ${{ steps.set_outputs.outputs.cache-key }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue