Skip to content

Commit 5435a61

Browse files
chore(deps): update actions/checkout action to v4.1.1 (#966)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7acd99b commit 5435a61

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-pull-request.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].0
11+
- uses: actions/[email protected].1
1212
- uses: pnpm/[email protected]
1313
- name: Use Node.js
1414
uses: actions/[email protected]

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
if: github.ref == 'refs/heads/main'
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
with:
1515
fetch-depth: "0"
1616
persist-credentials: false

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
typecheck:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
- uses: pnpm/[email protected]
1616
- name: Use Node.js
1717
uses: actions/[email protected]
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-22.04
2727
steps:
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
- uses: pnpm/[email protected]
3030
- name: Use Node.js
3131
uses: actions/[email protected]
@@ -47,7 +47,7 @@ jobs:
4747
- "18"
4848
- "19"
4949
steps:
50-
- uses: actions/[email protected].0
50+
- uses: actions/[email protected].1
5151
- uses: pnpm/[email protected]
5252
- name: Use Node.js
5353
uses: actions/[email protected]

0 commit comments

Comments
 (0)