Skip to content

Commit cc6b830

Browse files
chore(deps): bump actions/setup-python in the ci-dependencies group
Bumps the ci-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd497bc commit cc6b830

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repository: Nixtla/docs
2323
ref: scripts
2424
path: docs-scripts
25-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
25+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
2626
with:
2727
cache: "pip"
2828
python-version: "3.10"

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- name: Set up python
32-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
32+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252

5353
- name: Set up python
54-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
54+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757

@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7575

7676
- name: Set up python
77-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
77+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898

9999
- name: Set up python
100-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
100+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
101101
with:
102102
python-version: ${{ matrix.python-version }}
103103

.github/workflows/deploy-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Set up python
28-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
28+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
2929
with:
3030
python-version: "3.10"
3131

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Set up python
17-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
17+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
1818
with:
1919
python-version: '3.10'
2020

.github/workflows/models-performance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727

2828
- name: Set up python
29-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
29+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
3030
with:
3131
python-version: "3.10"
3232

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
16+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
1717
with:
1818
python-version: '3.10'
1919

.github/workflows/test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
15+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
1616
with:
1717
python-version: '3.10'
1818

0 commit comments

Comments
 (0)