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 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."
Original file line number Diff line number Diff line change 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."
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments