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