mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
CI: Update actions/checkout to v4.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user