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 7f17c64 commit 867fa42Copy full SHA for 867fa42
.github/workflows/qa.yml
@@ -14,6 +14,6 @@ jobs:
14
15
steps:
16
- name: Clone repository
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
- name: Run QA
19
run: make qa
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
20
with:
21
fetch-depth: "0"
22
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
0 commit comments