fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

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

Merge pull request #2784 from hey-api/renovate/actions-checkout-5.x

chore(deps): update actions/checkout action to v5

authored by

Lubos and committed by
GitHub
2792e955 3900b2e8

+5 -5
+1 -1
.github/workflows/ci.yml
··· 20 20 os: [macos-latest, ubuntu-latest, windows-latest] 21 21 node-version: ['20.19.0', '22.12.0', '24.10.0'] 22 22 steps: 23 - - uses: actions/checkout@v4.2.2 23 + - uses: actions/checkout@v5.0.0 24 24 with: 25 25 fetch-depth: 0 26 26
+1 -1
.github/workflows/codeql.yml
··· 27 27 security-events: write 28 28 29 29 steps: 30 - - uses: actions/checkout@v4.2.2 30 + - uses: actions/checkout@v5.0.0 31 31 32 32 - name: Initialize CodeQL 33 33 uses: github/codeql-action/init@v3
+1 -1
.github/workflows/contributors.yml
··· 12 12 matrix: 13 13 os: [ubuntu-latest] 14 14 steps: 15 - - uses: actions/checkout@v4.2.2 15 + - uses: actions/checkout@v5.0.0 16 16 17 17 - name: Install dependencies 18 18 run: sudo apt-get update && sudo apt-get install -y jq curl
+1 -1
.github/workflows/coverage.yml
··· 23 23 os: [ubuntu-latest] 24 24 node-version: ['24.10.0'] 25 25 steps: 26 - - uses: actions/checkout@v4.2.2 26 + - uses: actions/checkout@v5.0.0 27 27 28 28 - uses: pnpm/action-setup@v4.1.0 29 29
+1 -1
.github/workflows/release.yml
··· 23 23 os: [ubuntu-latest] 24 24 node-version: ['24.10.0'] 25 25 steps: 26 - - uses: actions/checkout@v4.2.2 26 + - uses: actions/checkout@v5.0.0 27 27 28 28 - uses: pnpm/action-setup@v4.1.0 29 29