File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838 mv products/linux+x86-64 products/Linux+x86_64
3939 mv products/linux+aarch64 products/Linux+arm64
4040
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 with :
4343 path : src
4444
Original file line number Diff line number Diff line change 1616 retag :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - uses : fischerscode/tagger@v0
2121 with :
2222 prefix : v
Original file line number Diff line number Diff line change 2525 env :
2626 FILENAME : tea-${{ github.event.inputs.version }}
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 with :
3030 path : ${{ env.FILENAME }}
3131 - name : clean
Original file line number Diff line number Diff line change 1313 markdownlint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - uses : nosborn/github-action-markdown-cli@v3.2.0
1818 with :
1919 config_file : .github/markdownlint.yml
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : denoland/setup-deno@v1
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - run : deno task compile
2222 - uses : actions/upload-artifact@v3
2323 with :
Original file line number Diff line number Diff line change 2727 - run : echo 'TMPDIR=/tmp' >> $GITHUB_ENV
2828 if : ${{ matrix.os == 'ubuntu-latest' }}
2929
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - uses : denoland/setup-deno@v1 # using ourself to install deno could compromise the tests
3232 - run : deno cache ./entrypoint.ts
3333 - run : deno task test --coverage=cov_profile
You can’t perform that action at this time.
0 commit comments