File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - uses : jcs090218/setup-emacs@master
2020 with :
2121 version : ' 27.2'
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323
2424 - name : Bump version
2525 uses : actions/github-script@v5
Original file line number Diff line number Diff line change 4444 target : aarch64-apple-darwin
4545 runs-on : ${{ matrix.os }}
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - run : .github/script/setup
4949
5050 - name : Install tree-sitter CLI
Original file line number Diff line number Diff line change 4141 host : x86_64-pc-windows-msvc
4242 runs-on : ${{ matrix.os }}
4343 steps :
44- - uses : actions/checkout@v3
44+ - uses : actions/checkout@v4
4545 - run : .github/script/setup
4646
4747 - name : Install tree-sitter CLI
@@ -104,7 +104,7 @@ jobs:
104104 - uses : jcs090218/setup-emacs@master
105105 with :
106106 version : ' 27.2'
107- - uses : actions/checkout@v2
107+ - uses : actions/checkout@v4
108108 - name : Generate release notes
109109 run : |
110110 RELEASE_VERSION=$(git describe --tags --abbrev=0)
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ${{ github.event.inputs.platform }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 ref : ${{ github.event.inputs.revision }}
2525 - uses : mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments