Skip to content

Commit 606c3bf

Browse files
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e012ff1 commit 606c3bf

15 files changed

+24
-24
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525

2626
steps:
27-
- uses: actions/checkout@v4.2.2
27+
- uses: actions/checkout@v5.0.0
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: 3.12
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 10
4040

4141
steps:
42-
- uses: actions/checkout@v4.2.2
42+
- uses: actions/checkout@v5.0.0
4343
- uses: actions/setup-python@v5
4444
with:
4545
python-version: 3.12
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 10
5959

6060
steps:
61-
- uses: actions/checkout@v4.2.2
61+
- uses: actions/checkout@v5.0.0
6262
- uses: actions/setup-python@v5
6363
with:
6464
python-version: 3.12
@@ -89,7 +89,7 @@ jobs:
8989
timeout-minutes: 10
9090

9191
steps:
92-
- uses: actions/checkout@v4.2.2
92+
- uses: actions/checkout@v5.0.0
9393
- uses: actions/setup-python@v5
9494
with:
9595
python-version: 3.12

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v4.2.2
51+
uses: actions/checkout@v5.0.0
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2626
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
27-
- uses: actions/checkout@v4.2.2
27+
- uses: actions/checkout@v5.0.0
2828
with:
2929
token: ${{ steps.token.outputs.token }}
3030
fetch-depth: 0

.github/workflows/test-integrations-ai.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Use Docker container only for Python 3.6
3939
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4040
steps:
41-
- uses: actions/checkout@v4.2.2
41+
- uses: actions/checkout@v5.0.0
4242
- uses: actions/setup-python@v5
4343
if: ${{ matrix.python-version != '3.6' }}
4444
with:
@@ -117,7 +117,7 @@ jobs:
117117
# Use Docker container only for Python 3.6
118118
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
119119
steps:
120-
- uses: actions/checkout@v4.2.2
120+
- uses: actions/checkout@v5.0.0
121121
- uses: actions/setup-python@v5
122122
if: ${{ matrix.python-version != '3.6' }}
123123
with:

.github/workflows/test-integrations-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Use Docker container only for Python 3.6
4343
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4444
steps:
45-
- uses: actions/checkout@v4.2.2
45+
- uses: actions/checkout@v5.0.0
4646
- uses: actions/setup-python@v5
4747
if: ${{ matrix.python-version != '3.6' }}
4848
with:
@@ -121,7 +121,7 @@ jobs:
121121
# Use Docker container only for Python 3.6
122122
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
123123
steps:
124-
- uses: actions/checkout@v4.2.2
124+
- uses: actions/checkout@v5.0.0
125125
- uses: actions/setup-python@v5
126126
if: ${{ matrix.python-version != '3.6' }}
127127
with:

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Use Docker container only for Python 3.6
3939
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4040
steps:
41-
- uses: actions/checkout@v4.2.2
41+
- uses: actions/checkout@v5.0.0
4242
- uses: actions/setup-python@v5
4343
if: ${{ matrix.python-version != '3.6' }}
4444
with:

.github/workflows/test-integrations-dbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Use Docker container only for Python 3.6
5757
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
5858
steps:
59-
- uses: actions/checkout@v4.2.2
59+
- uses: actions/checkout@v5.0.0
6060
- uses: actions/setup-python@v5
6161
if: ${{ matrix.python-version != '3.6' }}
6262
with:
@@ -155,7 +155,7 @@ jobs:
155155
# Use Docker container only for Python 3.6
156156
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
157157
steps:
158-
- uses: actions/checkout@v4.2.2
158+
- uses: actions/checkout@v5.0.0
159159
- uses: actions/setup-python@v5
160160
if: ${{ matrix.python-version != '3.6' }}
161161
with:

.github/workflows/test-integrations-flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Use Docker container only for Python 3.6
3939
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4040
steps:
41-
- uses: actions/checkout@v4.2.2
41+
- uses: actions/checkout@v5.0.0
4242
- uses: actions/setup-python@v5
4343
if: ${{ matrix.python-version != '3.6' }}
4444
with:

.github/workflows/test-integrations-gevent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Use Docker container only for Python 3.6
3939
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4040
steps:
41-
- uses: actions/checkout@v4.2.2
41+
- uses: actions/checkout@v5.0.0
4242
- uses: actions/setup-python@v5
4343
if: ${{ matrix.python-version != '3.6' }}
4444
with:

.github/workflows/test-integrations-graphql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Use Docker container only for Python 3.6
3939
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4040
steps:
41-
- uses: actions/checkout@v4.2.2
41+
- uses: actions/checkout@v5.0.0
4242
- uses: actions/setup-python@v5
4343
if: ${{ matrix.python-version != '3.6' }}
4444
with:

0 commit comments

Comments
 (0)