Skip to content

Commit 4d89d5c

Browse files
committed
Use latest checkout action
1 parent 0f4f1a3 commit 4d89d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipedream-sdk-markdown-lint.yaml

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 code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Lint markdown files
1818
uses: DavidAnson/markdownlint-cli2-action@v17

.github/workflows/pipedream-sdk-test.yaml

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 code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Set up Node.js
1818
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)