File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup cache environment
1818 id : extcache
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0 # Not needed if lastUpdated is not enabled
3535 # - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup cache environment
1818 id : extcache
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup cache environment
1818 id : extcache
Original file line number Diff line number Diff line change 8787 steps :
8888 - name : Checkout
8989 id : git-checkout
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v6
9191
9292 - name : Setup cache environment
9393 id : extcache
You can’t perform that action at this time.
0 commit comments