Skip to content

Commit 1adfdf5

Browse files
committed
ci: use actions/checkout@v3 instead of @v2
1 parent 8a40e88 commit 1adfdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: sdl2-latest
2121
- name: Get MojoAL sources
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
- name: Configure CMake
2424
run: cmake -B build ${{ matrix.platform.flags }}
2525
- name: Build

0 commit comments

Comments
 (0)