Skip to content

Commit

Permalink
chore(internal): use actions/checkout@v4 for codeflow (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 24, 2024
1 parent adf0524 commit 5ab7780
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-releases.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: publish

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: stainless-api/trigger-release-please@v1
id: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-deno.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
environment: publish

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Generate a token
id: generate_token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
environment: publish

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doctor.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.repository == 'openai/openai-node' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check release environment
run: |
Expand Down

0 comments on commit 5ab7780

Please sign in to comment.