File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Clone repo
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : Check hyperlinks
3131 uses : gaurav-nelson/github-action-markdown-link-check@v1
3232
3535 name : Build, lint and test
3636 steps :
3737 - name : Clone repo
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 - name : Install pnpm
4040 uses : pnpm/action-setup@v4
4141 - name : Setup Node
5858 name : E2e tests
5959 steps :
6060 - name : Clone repo
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 - name : Install pnpm
6363 uses : pnpm/action-setup@v4
6464 - name : Setup Node
@@ -106,7 +106,7 @@ jobs:
106106 id-token : write
107107 steps :
108108 - name : Clone repo
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110 with :
111111 fetch-depth : 0
112112 - name : Install pnpm
You can’t perform that action at this time.
0 commit comments