File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 token : ${{ secrets.GITHUB_TOKEN }}
2525 config-file : .github/release-please-config.json
2626 manifest-file : .github/.release-please-manifest.json
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 - name : Update stable tag
2929 if : ${{ steps.release.outputs.release_created }}
3030 run : |
Original file line number Diff line number Diff line change 1313 name : luacheck
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - name : Install luacheck
1818 run : |
1919 sudo apt-get update
2424 name : stylua
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 - uses : JohnnyMorganz/stylua-action@76fd70c03e6340ceaf673366712db9b20560b402
2929 with :
3030 token : ${{ secrets.GITHUB_TOKEN }}
3535 runs-on : ubuntu-latest
3636 timeout-minutes : 10
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 - uses : rhysd/action-setup-vim@febef33995d6649302e9d88dda81e071b68f16a7
4040 with :
4141 neovim : true
You can’t perform that action at this time.
0 commit comments