Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Nov 8, 2024
1 parent 1cbb900 commit d3efdbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2

- name: Setup love-11.4-win64
run: |
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2

- name: Setup love-11.4-win32
run: |
Expand All @@ -60,7 +60,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2

- name: Setup love-11.4-macos
run: |
Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2

- name: Build
run: |
Expand Down

0 comments on commit d3efdbb

Please sign in to comment.