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 db6b3cc commit 6148aaa
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 @@ -24,7 +24,7 @@ jobs:
sudo apt-get update
sudo apt-get install cmake ninja-build lemon re2c libvulkan-dev
- name: Get MojoShader 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 6148aaa

Please sign in to comment.