File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# Git Checkout
22
22
- name : Checkout Code
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
token : " ${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
26
26
- run : echo "🐙 ${{ github.repository }} repository was cloned to the runner."
Original file line number Diff line number Diff line change 17
17
18
18
# Git Checkout
19
19
- name : Checkout Code
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
token : " ${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
23
23
- run : echo "🐙 ${{ github.repository }} repository was cloned to the runner."
Original file line number Diff line number Diff line change 28
28
29
29
# Git Checkout
30
30
- name : Checkout Code
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
token : " ${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
34
34
fetch-depth : 0
Original file line number Diff line number Diff line change 15
15
- run : echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
16
16
17
17
- name : " Checkout code"
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- run : echo "🐙 ${{ github.repository }} repository was cloned to the runner."
20
20
21
21
- name : " Install tools"
Original file line number Diff line number Diff line change 33
33
- run : echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
34
34
35
35
- name : " Checkout code"
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
- run : echo "🐙 ${{ github.repository }} repository was cloned to the runner."
38
38
39
39
- name : " Antq Check versions"
Original file line number Diff line number Diff line change 4
4
** Changed
5
5
- docs: rewrite `:dev` aliases introduction
6
6
- alias: `:test/cloverage` corrected to `:test/coverage`
7
+ - ci: action/checkout@v4 in all GitHub workflows
7
8
8
9
* 2023-08-02
9
10
** Changed
You can’t perform that action at this time.
0 commit comments