File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 create-image :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 - uses : LinqLover/create-image@master
1111 id : create-image
1212 with :
2121 needs : create-image
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - uses : actions/download-artifact@master
2626 with :
2727 name : image
4545 - build-screenshots
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 with :
5050 ref : gh-pages
5151 - run : rm -rf screenshots/ help/
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 steps :
116116 - id : date
117- run : echo "::set-output name= date:: $(date +'%Y%m%d-%H%M%S')"
117+ run : echo "date= $(date +'%Y%m%d-%H%M%S')" >> "$GITHUB_OUTPUT "
118118 - uses : actions/download-artifact@master
119119 with :
120120 name : image
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 - id : smalltalkci
1313 uses : hpi-swa/setup-smalltalkCI@v1
1414 with :
2626 runs-on : ubuntu-latest
2727 needs : test
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - id : smalltalkci
3131 uses : hpi-swa/setup-smalltalkCI@v1
3232 with :
Original file line number Diff line number Diff line change 44# Download latest Trunk bundle for Linux/x64 and extract VM
55wget https://files.squeak.org/nightly/Squeak-latest-64bit-Linux-x64.tar.gz
66tar -zxvf Squeak-latest-64bit-Linux-x64.tar.gz --wildcards ' */bin'
7- echo ::set-output name= vm-path:: " $( realpath Squeak* /bin/squeak) "
7+ echo " vm-path= $( realpath Squeak* /bin/squeak) " >> " $GITHUB_OUTPUT "
You can’t perform that action at this time.
0 commit comments