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 38f0fae commit 178ece9Copy full SHA for 178ece9
.github/workflows/quality-checks.yaml
@@ -15,7 +15,7 @@ jobs:
15
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
16
17
- name: "Checkout code"
18
- uses: actions/checkout@v3.5.0
+ uses: actions/checkout@v3
19
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
20
21
- name: "Install tools"
.github/workflows/version-check.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
- name: "Setup Antq"
0 commit comments