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

Merge pull request #3098 from hey-api/renovate/actions-checkout-6.x

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

authored by

Lubos and committed by
GitHub
67e5c6b9 bdaf5b88

+4 -4
+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@v5.0.1 23 + - uses: actions/checkout@v6.0.1 24 24 with: 25 25 fetch-depth: 0 26 26
+1 -1
.github/workflows/contributors.yml
··· 12 12 matrix: 13 13 os: [ubuntu-latest] 14 14 steps: 15 - - uses: actions/checkout@v5.0.1 15 + - uses: actions/checkout@v6.0.1 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@v5.0.1 26 + - uses: actions/checkout@v6.0.1 27 27 28 28 - uses: pnpm/action-setup@v4.2.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@v5.0.1 26 + - uses: actions/checkout@v6.0.1 27 27 28 28 - uses: pnpm/action-setup@v4.2.0 29 29