Skip to content

Commit

Permalink
CI: Update actions/checkout to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Mar 31, 2024
1 parent 6b67772 commit a41f2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a41f2bf

Please sign in to comment.