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 834794d commit 19bad12Copy full SHA for 19bad12
.github/workflows/ci.yml
@@ -41,11 +41,11 @@ jobs:
41
42
steps:
43
44
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
45
with:
46
submodules: recursive
47
48
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
49
50
- name: Install
51
run: |
@@ -87,7 +87,7 @@ jobs:
87
contents: write
88
89
90
91
92
fetch-depth: 0
93
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/licensing.yml
@@ -25,7 +25,7 @@ jobs:
25
Checks:
26
runs-on: ubuntu-latest
27
28
29
30
- uses: SymbiFlow/actions/checks@main
31
0 commit comments