File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 name : Build Packages
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 - name : Setup Java
3232 uses : actions/setup-java@v4
3333 with :
6666
6767 # Build Spore-ModAPI
6868 - name : Checkout Spore-ModAPI
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v6
7070 with :
7171 repository : ' emd4600/Spore-ModAPI'
7272 ref : ${{ env.SPORE_MOD_API_REF }}
8181 # Build Spore-LuaAPI
8282 - name : Checkout Spore-LuaAPI
8383 if : ${{ steps.cache-spore-luaapi.outputs.cache-hit != 'true' }}
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v6
8585 with :
8686 repository : ' Zarklord/Spore-LuaAPI'
8787 ref : ${{ env.SPORE_LUA_API_REF }}
@@ -111,7 +111,7 @@ jobs:
111111 permissions :
112112 contents : write
113113 steps :
114- - uses : actions/checkout@v4
114+ - uses : actions/checkout@v6
115115 - uses : actions/download-artifact@v4
116116 with :
117117 path : ${{ github.workspace }}/Sporemod
You can’t perform that action at this time.
0 commit comments