Skip to content

Commit c886235

Browse files
chore(deps): update actions/setup-python action to v5.6.0 (#189)
Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
1 parent e081ddc commit c886235

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
66+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6767
with:
6868
python-version: "3.13"
6969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
66+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6767
with:
6868
python-version: "3.13"
6969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
66+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6767
with:
6868
python-version: "3.13"
6969

0 commit comments

Comments
 (0)