File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 with :
2020 # just fetching 1 commit is not enough for setuptools-scm, so we fetch all
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 66 tests :
77 runs-on : ubuntu-20.04
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 with :
1111 fetch-depth : 1
1212
3636 make
3737 export OUTDIR=$PWD/build-standard
3838 export PATH=$PATH:$OUTDIR
39- echo "::set-output name= bin_dir:: $OUTDIR"
39+ echo "bin_dir= $OUTDIR" >> $GITHUB_OUTPUT
4040 test $(micropython -c 'print("test")') = "test"
4141 popd
4242
5656 make
5757 make install-strip
5858 export PATH=$PATH:$PWD/dist/bin
59- echo "::set-output name= bin_dir:: $PWD/dist/bin"
59+ echo "bin_dir= $PWD/dist/bin" >> $GITHUB_OUTPUT
6060 esp32ulp-elf-as --version | grep 'esp32ulp-elf' > /dev/null
6161 popd
6262
You can’t perform that action at this time.
0 commit comments