CI: Update actions/checkout to v4.

This commit is contained in:
Miku AuahDark
2024-03-31 11:33:36 +08:00
parent 6b677723de
commit a41f2bfd3c
+2 -2
View File
@@ -13,11 +13,11 @@ jobs:
shell: cmd
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: megasource
- name: Checkout LÖVE
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: megasource/libs/love
repository: love2d/love