Skip to content

Commit 178ece9

Browse files
ci: set checkout to major release version, v3
1 parent 38f0fae commit 178ece9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
1616

1717
- name: "Checkout code"
18-
uses: actions/checkout@v3.5.0
18+
uses: actions/checkout@v3
1919
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2020

2121
- name: "Install tools"

.github/workflows/version-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
2626

2727
- name: "Checkout code"
28-
uses: actions/checkout@v3.5.0
28+
uses: actions/checkout@v3
2929
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
3030

3131
- name: "Setup Antq"

0 commit comments

Comments
 (0)