Skip to content

Commit 833c276

Browse files
chore: minor change
1 parent 0bc8a04 commit 833c276

16 files changed

Lines changed: 16 additions & 16 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Use Docker container only for Python 3.6
4646
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4747
steps:
48-
- uses: actions/checkout@v6.0.1
48+
- uses: actions/checkout@v6.0.2
4949
- uses: actions/setup-python@v6
5050
if: ${{ matrix.python-version != '3.6' }}
5151
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Use Docker container only for Python 3.6
6060
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
6161
steps:
62-
- uses: actions/checkout@v6.0.1
62+
- uses: actions/checkout@v6.0.2
6363
- uses: actions/setup-python@v6
6464
if: ${{ matrix.python-version != '3.6' }}
6565
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use Docker container only for Python 3.6
4242
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4343
steps:
44-
- uses: actions/checkout@v6.0.1
44+
- uses: actions/checkout@v6.0.2
4545
- uses: actions/setup-python@v6
4646
if: ${{ matrix.python-version != '3.6' }}
4747
with:

0 commit comments

Comments
 (0)