Skip to content

Commit dd66515

Browse files
chore(deps): update actions/checkout action to v5
1 parent d5595ec commit dd66515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v5
2020
- name: Setup Node.js environment
2121
uses: actions/setup-node@v2
2222
with:

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checking out Repository
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v5
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v2
1313
with:

0 commit comments

Comments
 (0)