Skip to content

Commit 8ce2957

Browse files
authored
chore(deps): update actions/checkout action to v7 (#2627)
1 parent be00631 commit 8ce2957

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sleep 40 # sec
3333

3434
- name: Checkout
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636
with:
3737
fetch-depth: 0
3838

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
fetch-depth: 0
3535

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: sleep 40 # sec
1818

1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121

2222
- run: corepack enable
2323
- uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: echo ${{ env.START_TIME }}
4646

4747
- name: Clone repository
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949
with:
5050
fetch-depth: 0
5151
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-angular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v5

.github/workflows/test-aurelia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v5

.github/workflows/test-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v5

.github/workflows/test-vanilla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v5

.github/workflows/test-vue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v5

0 commit comments

Comments
 (0)