Skip to content

Commit 6148aaa

Browse files
committed
ci: use actions/checkout@v3 instead of @v2
1 parent db6b3cc commit 6148aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get update
2525
sudo apt-get install cmake ninja-build lemon re2c libvulkan-dev
2626
- name: Get MojoShader sources
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
- name: Configure CMake
2929
run: cmake -B build ${{ matrix.platform.flags }}
3030
- name: Build

0 commit comments

Comments
 (0)