Skip to content

Commit 5b58da3

Browse files
stainless-botRobertCraigie
authored andcommitted
chore(internal): update deps (#296)
1 parent 8e9fb29 commit 5b58da3

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
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'anthropics/anthropic-sdk-typescript'
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Node
2020
uses: actions/setup-node@v4

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: production-release
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up Node
2121
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)