File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout ✅
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Setup Node.js 🔧
2222 uses : actions/setup-node@v4
2323 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout ✅
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Setup Node.js 🔧
1313 uses : actions/setup-node@v4
1414 with :
Original file line number Diff line number Diff line change 1515 pull-requests : write # to be able to comment on released pull requests
1616 steps :
1717 - name : Checkout ✅
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 chrome :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Install dependencies ⬇️
1717 run : npm install
1818 - name : Build lib 🔨
You can’t perform that action at this time.
0 commit comments