Skip to content

Commit

Permalink
ci: use actions/checkout@v3 instead of @v2
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 1, 2023
1 parent 8a40e88 commit 1adfdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
version: sdl2-latest
- name: Get MojoAL sources
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Configure CMake
run: cmake -B build ${{ matrix.platform.flags }}
- name: Build
Expand Down

0 comments on commit 1adfdf5

Please sign in to comment.