Skip to content

Commit 7809a94

Browse files
authored
Update slicing.yml
1 parent 43516b8 commit 7809a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slicing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
source: 'hw/cad/**.scad'
2020
destination: 'out/hw/cad/stl'
2121
steps:
22-
- uses: actions/checkout
22+
- uses: actions/checkout@master
2323
with:
2424
fetch-depth: 2
2525
- name: Slicovani
2626
uses: roman-dvorak/Slice@render
2727
- name: Artifact
28-
uses: actions/upload-artifact
28+
uses: actions/upload-artifact@master
2929
with:
3030
name: "Out_render"
3131
path: "out"
@@ -41,7 +41,7 @@ jobs:
4141
printer: ['3d']
4242

4343
steps:
44-
- uses: actions/checkout
44+
- uses: actions/checkout@master
4545
with:
4646
fetch-depth: 2
4747

0 commit comments

Comments
 (0)