We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout@v3
@v2
1 parent db6b3cc commit 6148aaaCopy full SHA for 6148aaa
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
sudo apt-get update
25
sudo apt-get install cmake ninja-build lemon re2c libvulkan-dev
26
- name: Get MojoShader sources
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
28
- name: Configure CMake
29
run: cmake -B build ${{ matrix.platform.flags }}
30
- name: Build
0 commit comments