Skip to content

Commit cfceb24

Browse files
ci: update actions/checkout@v4 in GitHub workflows
- `.github/workflows/changelog-check.yaml` - `.github/workflows/lint-review.yaml` - `.github/workflows/megalinter.yaml` - `.github/workflows/quality-checks.yaml` - `.github/workflows/version-check.yaml`
1 parent 02a76ba commit cfceb24

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/workflows/changelog-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Git Checkout
2222
- name: Checkout Code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
token: "${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
2626
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."

.github/workflows/lint-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
# Git Checkout
1919
- name: Checkout Code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
token: "${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
2323
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Git Checkout
3030
- name: Checkout Code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
token: "${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
3434
fetch-depth: 0

.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
18+
uses: actions/checkout@v4
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
@@ -33,7 +33,7 @@ jobs:
3333
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3434

3535
- name: "Checkout code"
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
3838

3939
- name: "Antq Check versions"

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
** Changed
55
- docs: rewrite `:dev` aliases introduction
66
- alias: `:test/cloverage` corrected to `:test/coverage`
7+
- ci: action/checkout@v4 in all GitHub workflows
78

89
* 2023-08-02
910
** Changed

0 commit comments

Comments
 (0)