File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 name : editorconfig
1010 steps :
1111 - name : Checkout the repository
12- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12+ uses : actions/checkout@v4
1313 - name : Check editorconfig
1414 uses : editorconfig-checker/action-editorconfig-checker@main
1515 package-json :
1616 runs-on : ubuntu-latest
1717 name : package.json
1818 steps :
1919 - name : Checkout the repository
20- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20+ uses : actions/checkout@v4
2121 - name : Install pnpm
2222 uses : pnpm/action-setup@v2
2323 with :
Original file line number Diff line number Diff line change 1515 name : Node.js ${{ matrix.node-version }} / unit
1616 steps :
1717 - name : Checkout the repository
18- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+ uses : actions/checkout@v4
1919 - name : Install pnpm
2020 uses : pnpm/action-setup@v2
2121 with :
You can’t perform that action at this time.
0 commit comments