Skip to content

Commit 5731567

Browse files
Update actions/checkout action to v6
1 parent f60ef18 commit 5731567

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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:
@@ -66,7 +66,7 @@ jobs:
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 }}
@@ -81,7 +81,7 @@ jobs:
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

0 commit comments

Comments
 (0)