File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 pull-requests : write
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : false
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2323 with :
2424 persist-credentials : false
2525
Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout code
37- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3838 with :
3939 lfs : true
4040 persist-credentials : false
@@ -171,7 +171,7 @@ jobs:
171171
172172 steps :
173173 - name : Checkout code
174- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
174+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
175175 with :
176176 lfs : true
177177 persist-credentials : false
Original file line number Diff line number Diff line change 3434 actionlint :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
37+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3838 with :
3939 persist-credentials : false
4040 - name : Run actionlint on release workflows
5252 shellcheck :
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
55+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
5656 with :
5757 persist-credentials : false
5858 - name : Install shellcheck
7575 # or silently skip a package (missing from nx.json).
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
78+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
7979 with :
8080 persist-credentials : false
8181 - name : Verify nx.json and release.config.json are in sync
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : false
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : Checkout code
90- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
90+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
9191 with :
9292 persist-credentials : false
9393
Original file line number Diff line number Diff line change 9696 }
9797
9898 - name : Checkout repo
99- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
99+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
100100 with :
101101 fetch-depth : 0
102102 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7171 has_py_packages : ${{ steps.py.outputs.has_packages }}
7272 steps :
7373 - name : Checkout repo
74- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
74+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
7575 with :
7676 persist-credentials : false
7777
@@ -220,7 +220,7 @@ jobs:
220220 contents : read
221221 steps :
222222 - name : Checkout repo
223- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
223+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
224224 with :
225225 persist-credentials : false
226226
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2424 with :
2525 persist-credentials : false
2626
5656
5757 steps :
5858 - name : Checkout code
59- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
59+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
6060 with :
6161 persist-credentials : false
6262
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
33+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3434 with :
3535 persist-credentials : false
3636
5757
5858 steps :
5959 - name : Checkout code
60- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
60+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
6161 with :
6262 persist-credentials : false
6363
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3030 with :
3131 persist-credentials : false
3232
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : Checkout code
131- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
131+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
132132 with :
133133 persist-credentials : false
134134
You can’t perform that action at this time.
0 commit comments