We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc38f6c commit 6713b44Copy full SHA for 6713b44
.github/workflows/native.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
- name: Build Linux
27
if: matrix.os == 'ubuntu-20.04'
28
run: |
0 commit comments