Skip to content

Commit

Permalink
chore(internal): use actions/checkout@v4 for codeflow (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 24, 2024
1 parent 19410c6 commit d1edf8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-pypi.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Install Rye
run: |
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-python' && (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 d1edf8b

Please sign in to comment.