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

Commit 821ad36

Browse files
chore(deps): update actions/checkout action to v5
1 parent c9f9b4c commit 821ad36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

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

1818
steps:
1919
- name: Checkout repo
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v5
2121

2222
- name: Setup Node
2323
uses: actions/setup-node@v3

.github/workflows/test.yml

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

1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Setup Node
1515
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)