Skip to content

Commit

Permalink
Bump actions/setup-python from 5.3.0 to 5.4.0 (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 14c55eb commit a52e9d9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.13'
- name: Install pip dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.13'
- name: Cache dependencies
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.13'
- name: Cache dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.13'
- name: Cache dependencies
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.13'
- name: Cache dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.10'
- name: Cache dependencies
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.13'
- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.13'
- name: Cache dependencies
Expand Down

0 comments on commit a52e9d9

Please sign in to comment.