File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 name : " Formatting check with Stylua"
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Lint with stylua
1515 uses :
JohnnyMorganz/[email protected] 1616 with :
2020 name : " Linter check with Selene"
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424 -
uses :
NTBBloodbath/[email protected] 2525 with :
2626 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 with :
1515 release-type : simple
1616 package-name : one_monokai.nvim
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : tag major and minor versions
1919 if : ${{ steps.release.outputs.release_created }}
2020 run : |
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 url : https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz
2727 runs-on : ${{ matrix.os }}
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - run : date +%F > todays-date
3131 - name : Restore cache for today's nightly.
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : _neovim
3535 key : ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
You can’t perform that action at this time.
0 commit comments