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 ff5ebee commit c4d9c23Copy full SHA for c4d9c23
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Build
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
- run: make update
12
- run: make build
13
- run: |
0 commit comments