Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 0354873

Browse files
chore(deps): update actions/checkout action to v4
1 parent 912c88a commit 0354873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Use Node ${{ matrix.node }}
1818
uses: actions/setup-node@v1

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
env:
77
CI_JOB_NUMBER: 1
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v4
1010
- uses: andresz1/size-limit-action@v1
1111
with:
1212
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)