this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: ⬆️ upgrade `actions/checkout`dependency for Node 24

+2 -2
+1 -1
.github/workflows/pre-release-it.yaml
··· 11 11 pre-release-it: 12 12 runs-on: ubuntu-latest 13 13 steps: 14 - - uses: actions/checkout@v2 14 + - uses: actions/checkout@v5 15 15 with: 16 16 fetch-depth: 0 17 17 - name: git config
+1 -1
.github/workflows/release.yml
··· 10 10 runs-on: ubuntu-latest 11 11 12 12 steps: 13 - - uses: actions/checkout@v3 13 + - uses: actions/checkout@v5 14 14 15 15 - name: Use Node.js 16 16 uses: actions/setup-node@v3