Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: use actions/checkout@v3 instead of @v2
  • Loading branch information
icculus committed Jul 1, 2023
1 parent df9a35b commit 925f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -19,6 +19,6 @@ jobs:
sudo apt-get update
sudo apt-get install libsdl1.2-dev libtheora-dev libvorbis-dev
- name: Get theoraplay sources
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
run: ./test/maketest.sh

0 comments on commit 925f959

Please sign in to comment.