Skip to content

Commit a648903

Browse files
chore(deps): update actions/checkout action to v6 (#2316)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60ec060 commit a648903

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,59 @@ jobs:
33
name: Are The Types Wrong?
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
77
- uses: ./.github/actions/prepare
88
- run: pnpm build
99
- run: npx --yes @arethetypeswrong/cli --pack . --ignore-rules cjs-resolves-to-esm
1010
build:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
14+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515
- uses: ./.github/actions/prepare
1616
- run: pnpm build
1717
- run: node lib/index.js --version
1818
lint:
1919
name: Lint
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323
- uses: ./.github/actions/prepare
2424
- run: pnpm build
2525
- run: pnpm lint
2626
lint_knip:
2727
name: Lint Knip
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3131
- uses: ./.github/actions/prepare
3232
- run: pnpm lint:knip
3333
lint_packages:
3434
name: Lint Packages
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
37+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3838
- uses: ./.github/actions/prepare
3939
- run: pnpm lint:packages
4040
lint_spelling:
4141
name: Lint Spelling
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
44+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4545
- uses: ./.github/actions/prepare
4646
- run: pnpm lint:spelling
4747
prettier:
4848
name: Prettier
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
51+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5252
- uses: ./.github/actions/prepare
5353
- run: pnpm format --list-different
5454
test:
5555
name: Test
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
58+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5959
- uses: ./.github/actions/prepare
6060
- run: pnpm run test --coverage
6161
- env:
@@ -66,7 +66,7 @@ jobs:
6666
name: Type Check
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
69+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7070
- uses: ./.github/actions/prepare
7171
- run: pnpm tsc
7272

.github/workflows/contributors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
contributors:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
66
with:
77
fetch-depth: 0
88
- uses: ./.github/actions/prepare

.github/workflows/post-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
post_release:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
66
with:
77
fetch-depth: 0
88
- run: echo "npm_version=$(npm pkg get version | tr -d '"')" >> "$GITHUB_ENV"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
release:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
8+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
99
with:
1010
fetch-depth: 0
1111
ref: main

0 commit comments

Comments
 (0)