File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 racket-variant : ["BC", "CS"]
1616 enable-contracts : [true, false]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v4.2.0
1919 - uses : Bogdanp/setup-racket@v1.11
2020 with :
2121 architecture : x64
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v4.2.0
3131 # See https://github.com/actions/checkout/issues/118.
3232 with :
3333 fetch-depth : 0
Original file line number Diff line number Diff line change 2626 env :
2727 GH_TOKEN : ${{ steps.generate-token.outputs.token }}
2828 - name : Checkout code
29- uses : actions/checkout@v3.0.2
29+ uses : actions/checkout@v4.2.0
3030 # See https://github.com/actions/checkout/issues/118.
3131 with :
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v4.2.0
2626 - name : Download Resyntax analysis
2727 # This uses a github script instead of the download-artifact action because
2828 # that action doesn't work for artifacts uploaded by other workflows. See
You can’t perform that action at this time.
0 commit comments