File tree Expand file tree Collapse file tree 8 files changed +17
-15
lines changed Expand file tree Collapse file tree 8 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : DeterminateSystems/nix-installer-action@v10
16+ - uses : DeterminateSystems/nix-installer-action@v17
1717 - name : Run Checks
1818 run : nix flake check
Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ jobs:
3333 neovim : true
3434 version : v0.10.4
3535
36- - uses : luarocks/gh-actions-lua@v10
36+ - uses : luarocks/gh-actions-lua@v11
3737 with :
3838 luaVersion : " luajit-2.1.0-beta3"
3939 - uses : luarocks/gh-actions-luarocks@v5
40+ with :
41+ luarocksVersion : " 3.12.0"
4042
4143 - name : Install all required modules
4244 run : |
5254 - name : Run Documentation Generator
5355 run : |
5456 if ls wiki/*.md 1> /dev/null 2>&1; then
55- rm wiki/*.md
57+ rm wiki/*.md
5658 fi
5759 make documentation
5860
Original file line number Diff line number Diff line change 2020 - host : macos-14 # aarch64
2121 steps :
2222 - uses : actions/checkout@v4
23- - uses : DeterminateSystems/nix-installer-action@v10
23+ - uses : DeterminateSystems/nix-installer-action@v17
2424 - name : Run Checks
2525 run : nix run .#integration-test
Original file line number Diff line number Diff line change 99 luarocks-upload :
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0 # Required to count the commits
1515 - name : Get Version
1616 run : echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
1717 - name : LuaRocks Upload
18- uses : nvim-neorocks/luarocks-tag-release@v5
18+ uses : nvim-neorocks/luarocks-tag-release@v7
1919 env :
2020 LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
2121 with :
Original file line number Diff line number Diff line change 1010 name : release
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : google-github-actions /release-please-action@v3
13+ - uses : googleapis /release-please-action@v4
1414 with :
1515 release-type : simple
1616 package-name : neorg
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-24.04
99 steps :
1010 - name : Checkout 🛎️
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v4
1212
1313 - name : Generate Sponsors 💖
1414 uses : JamesIves/github-sponsors-readme-action@v1
1818 template : ' <a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="60px" alt="{{{ login }}}" /></a> '
1919
2020 - name : Commit to repository
21- uses : stefanzweifel/git-auto-commit-action@v5
21+ uses : stefanzweifel/git-auto-commit-action@v6
2222 with :
2323 commit_message : " docs(README): update sponsors list"
Original file line number Diff line number Diff line change 11name : Formatting
22
3- on :
3+ on :
44 push :
55 branches : [ "main" ]
66 paths-ignore :
@@ -12,11 +12,11 @@ jobs:
1212 format-with-stylua :
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616
1717 - name : Cache cargo modules
1818 id : cache-cargo
19- uses : actions/cache@v2
19+ uses : actions/cache@v4
2020 env :
2121 cache-name : cache-node-modules
2222 with :
3636 - name : Run formatting
3737 run : stylua -v --verify .
3838
39- - uses : stefanzweifel/git-auto-commit-action@v4
39+ - uses : stefanzweifel/git-auto-commit-action@v6
4040 with :
4141 commit_message : " chore: autoformat with stylua"
4242 branch : ${{ github.ref }}
Original file line number Diff line number Diff line change 44 workflow_run :
55 workflows : ["Release Please Automatic Semver"]
66 branches : [main]
7- types :
7+ types :
88 - completed
99
1010jobs :
1111 release :
1212 name : release
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
1818
You can’t perform that action at this time.
0 commit comments