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 +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 if : ${{ github.actor == 'dependabot[bot]' }}
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Enable auto-merge for Dependabot PRs
1313 run : gh pr merge --merge --auto ${{ github.event.number }}
1414 env :
Original file line number Diff line number Diff line change 1818 timeout-minutes : 10
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : pnpm/action-setup@v4
2323 - name : Install Node
2424 uses : actions/setup-node@v6
4242 timeout-minutes : 10
4343
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - uses : pnpm/action-setup@v4
4747 - uses : actions/setup-node@v6
4848 with :
7272 - embroider-optimized
7373
7474 steps :
75- - uses : actions/checkout@v5
75+ - uses : actions/checkout@v6
7676 - uses : pnpm/action-setup@v4
7777 - name : Install Node
7878 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 notes :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 88 publish-npm :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : pnpm/action-setup@v4
1313 - uses : actions/setup-node@v6
1414 with :
Original file line number Diff line number Diff line change 1717 tag :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 token : ${{ secrets.MY_TOKEN }}
2323 - uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 88 update-pnpm :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Setup Node.js
1313 uses : actions/setup-node@v6
1414 with :
Original file line number Diff line number Diff line change 1111 runs-on : macos-latest
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : pnpm/action-setup@v4
1616 - uses : actions/setup-node@v6
1717 with :
You can’t perform that action at this time.
0 commit comments