File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ github.ref_name }}
2323 - name : Prepare
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 with :
2727 ref : ${{ github.ref_name }}
2828 - name : Prepare
Original file line number Diff line number Diff line change 4343 ls -la
4444 rm -rf -- ./* ./.??*
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747 with :
4848 ref : ${{ github.ref_name }}
4949 - name : Prepare
9999 ls -la
100100 rm -rf -- ./* ./.??*
101101 - name : Checkout
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v6
103103 with :
104104 ref : ${{ github.ref_name }}
105105 - name : Prepare
You can’t perform that action at this time.
0 commit comments