WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111 lint :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Use Node.js
1616 uses : actions/setup-node@v4
1717 with :
Original file line number Diff line number Diff line change 8080 extension_list : ${{ env.EXTENSION_LIST }}
8181 steps :
8282 - name : Checkout code
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v5
8484 with :
8585 ref : ${{ inputs.ref }}
8686
Original file line number Diff line number Diff line change 4141 extension_dir : ${{ fromJSON(needs.filter_dirs.outputs.paths_released) }}
4242 steps :
4343 - name : Checkout code
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 ref : ${{ inputs.ref }}
4747 - name : Use Node.js
Original file line number Diff line number Diff line change 1515 cache_key : ${{ steps.cache-key.outputs.value }}
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 # http://man7.org/linux/man-pages/man1/date.1.html
2121 - name : Get Date
7070 extension_list : ${{ steps.get-extensions.outputs.extensions_from_script }}
7171 steps :
7272 - name : Checkout code
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474
7575 - name : From Script
7676 id : get-extensions
9595 matrix :
9696 extension_dir : ${{ fromJSON(needs.list_extensions.outputs.extension_list) }}
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v5
9999 - name : Use Node.js
100100 uses : actions/setup-node@v4
101101 with :
@@ -133,7 +133,7 @@ jobs:
133133 check-samples :
134134 runs-on : ubuntu-latest
135135 steps :
136- - uses : actions/checkout@v4
136+ - uses : actions/checkout@v5
137137 - name : Setup Node
138138 uses : actions/setup-node@v4
139139 with :
Original file line number Diff line number Diff line change 2424 run : |
2525 echo "${{ toJson(github.event.inputs) }}"
2626 - name : Checkout code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 ref : ${{ env.REF_BRANCH }}
3030 - name : Use Node.js
Original file line number Diff line number Diff line change 2727 echo "$EVENT_INPUTS"
2828
2929 - name : Checkout code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 ref : ${{ env.REF_BRANCH }}
3333
Original file line number Diff line number Diff line change 2020 run : |
2121 echo "${{ toJson(github.event.inputs) }}"
2222 - name : Checkout code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Use Node.js
2626 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments