Skip to content

Commit bb4163f

Browse files
chore(devdeps): update actions/checkout action to v4.1.3 (#1942)
1 parent 71f0805 commit bb4163f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
typecheck:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/[email protected].1
13+
- uses: actions/[email protected].3
1414
- uses: pnpm/[email protected]
1515
- name: Use Node.js
1616
uses: actions/[email protected]
@@ -24,7 +24,7 @@ jobs:
2424
lint:
2525
runs-on: ubuntu-22.04
2626
steps:
27-
- uses: actions/[email protected].1
27+
- uses: actions/[email protected].3
2828
- uses: pnpm/[email protected]
2929
- name: Use Node.js
3030
uses: actions/[email protected]
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
node: ['20']
4343
steps:
44-
- uses: actions/[email protected].1
44+
- uses: actions/[email protected].3
4545
- uses: pnpm/[email protected]
4646
- name: Use Node.js
4747
uses: actions/[email protected]
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
node: ['20']
6262
steps:
63-
- uses: actions/[email protected].1
63+
- uses: actions/[email protected].3
6464
- uses: pnpm/[email protected]
6565
- name: Use Node.js
6666
uses: actions/[email protected]

.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].1
11+
- uses: actions/[email protected].3
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].1
15+
- uses: actions/[email protected].3
1616
- name: Git Identity
1717
run: |
1818
git config --global user.name 'Scaleway Bot'

0 commit comments

Comments
 (0)