Skip to content

Commit cd8f534

Browse files
committed
chore(deps): update actions/setup-python action to v6.3.0
1 parent 2d142b0 commit cd8f534

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/api-docs-backfill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272

7373
- name: Set up Python
74-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
74+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7575
with:
7676
python-version: '3.13'
7777

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
persist-credentials: false
4141

4242
- name: Set up Python
43-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
43+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4444
with:
4545
python-version: '3.13'
4646

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
persist-credentials: false
6666
- name: Setup Python
67-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
67+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6868
with:
6969
python-version: "3.13"
7070

.github/workflows/lint-toolbox-adk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
persist-credentials: false
6767
- name: Setup Python
68-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
68+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6969
with:
7070
python-version: "3.13"
7171

.github/workflows/lint-toolbox-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
persist-credentials: false
6767
- name: Setup Python
68-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
68+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6969
with:
7070
python-version: "3.13"
7171

.github/workflows/lint-toolbox-langchain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
persist-credentials: false
6767
- name: Setup Python
68-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
68+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6969
with:
7070
python-version: "3.13"
7171

.github/workflows/lint-toolbox-llamaindex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
persist-credentials: false
6767
- name: Setup Python
68-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
68+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6969
with:
7070
python-version: "3.13"
7171

.github/workflows/nightly_tier_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
persist-credentials: false
3434

3535
- name: Setup Python
36-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
36+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3737
with:
3838
python-version: "3.13"
3939

0 commit comments

Comments
 (0)