File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 generate-release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Set package version
1515 run : |
1616 export VERSION=$(echo $GITHUB_REF | sed 's/refs\/tags\/v//')
1717 echo "VERSION set to $VERSION"
1818 echo VERSION = \'$VERSION\' > filament_scale_enhanced/fse_version.py
1919 - name : Setup Python
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : 3.8
2323 - name : Install OctoPrint
3939 draft : false
4040 files : |
4141 LICENSE.txt
42- dist/Filament_Scale_Enhanced.zip
42+ dist/Filament_Scale_Enhanced.zip
Original file line number Diff line number Diff line change 1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Setup Python
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : 3.8
1818 - name : Install OctoPrint
You can’t perform that action at this time.
0 commit comments