Skip to content

Commit 51e07f6

Browse files
chore(deps): update actions/checkout action to v4
1 parent d80df76 commit 51e07f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v2
2020
with:
2121
version: 7

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: [14.x, 16.x, 18.x]
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: pnpm/action-setup@v2
1818
with:
1919
version: 7

0 commit comments

Comments
 (0)