Skip to content

Commit 98be086

Browse files
build(deps): bump actions/checkout (#89)
Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dff9efc commit 98be086

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
pre-commit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: ./.github/actions/env-install
1818
- uses: pre-commit/[email protected]
1919

2020
license-header-check:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- run: ./scripts/license_headers_check.sh
2525

2626
pip-installable:
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
working-dir: ['instrumentation/elastic-opentelemetry-instrumentation-openai']
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
- uses: ./.github/actions/env-install
3535
- run: pip install .
3636
working-directory: ${{ matrix.working-dir }}
@@ -54,7 +54,7 @@ jobs:
5454
python-version: [py38, py39, py310, py311, py312, py313]
5555
openai-version: [baseline, latest]
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- name: Set up Python ${{ env[matrix.python-version] }}
5959
uses: actions/setup-python@v5
6060
with:

.github/workflows/release-openai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
PROJECT_DIR: instrumentation/elastic-opentelemetry-instrumentation-openai/
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- run: pip install build==1.2.1
2727
working-directory: ${{ env.PROJECT_DIR }}

0 commit comments

Comments
 (0)