Skip to content

Commit 577e753

Browse files
renovate[bot]philibea
authored andcommitted
chore(devdeps): update actions/checkout action to v4.1.7 (#2046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6368f70 commit 577e753

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
merge_group:
45
push:
56
branches:
67
- main
@@ -10,45 +11,45 @@ jobs:
1011
typecheck:
1112
runs-on: ubuntu-22.04
1213
steps:
13-
- uses: actions/[email protected].6
14+
- uses: actions/[email protected].7
1415
- uses: pnpm/[email protected]
1516
- name: Use Node.js
1617
uses: actions/[email protected]
1718
with:
1819
node-version: 20
1920
check-latest: true
20-
cache: 'pnpm'
21+
cache: "pnpm"
2122
- run: pnpm install
2223
- run: pnpm run build
2324
- run: pnpm tsc --noEmit
2425
lint:
2526
runs-on: ubuntu-22.04
2627
steps:
27-
- uses: actions/[email protected].6
28+
- uses: actions/[email protected].7
2829
- uses: pnpm/[email protected]
2930
- name: Use Node.js
3031
uses: actions/[email protected]
3132
with:
3233
node-version: 20
3334
check-latest: true
34-
cache: 'pnpm'
35+
cache: "pnpm"
3536
- run: pnpm install
3637
- run: pnpm run build
3738
- run: pnpm run lint
3839
test:
3940
runs-on: ubuntu-22.04
4041
strategy:
4142
matrix:
42-
node: ['20']
43+
node: ["20"]
4344
steps:
44-
- uses: actions/[email protected].6
45+
- uses: actions/[email protected].7
4546
- uses: pnpm/[email protected]
4647
- name: Use Node.js
4748
uses: actions/[email protected]
4849
with:
4950
node-version: ${{ matrix.node }}
5051
check-latest: true
51-
cache: 'pnpm'
52+
cache: "pnpm"
5253
- run: pnpm install
5354
- run: pnpm run build
5455
- run: pnpm run test:coverage
@@ -62,16 +63,16 @@ jobs:
6263
runs-on: ubuntu-22.04
6364
strategy:
6465
matrix:
65-
node: ['20']
66+
node: ["20"]
6667
steps:
67-
- uses: actions/[email protected].6
68+
- uses: actions/[email protected].7
6869
- uses: pnpm/[email protected]
6970
- name: Use Node.js
7071
uses: actions/[email protected]
7172
with:
7273
node-version: ${{ matrix.node }}
7374
check-latest: true
74-
cache: 'pnpm'
75+
cache: "pnpm"
7576
- run: pnpm install
7677
- run: pnpm run build
7778
- run: pnpm run test:types

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-title:
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/[email protected].6
11+
- uses: actions/[email protected].7
1212
- uses: pnpm/[email protected]
1313
- name: Use Node.js
1414
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions: write-all
1414
steps:
15-
- uses: actions/[email protected].6
15+
- uses: actions/[email protected].7
1616
- name: Git Identity
1717
run: |
1818
git config --global user.name 'Scaleway Bot'

0 commit comments

Comments
 (0)