Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent fb25ec8 commit f1ecd49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_and_make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Install tools (Poetry)
uses: Gr1N/setup-poetry@v8
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
Expand Down

0 comments on commit f1ecd49

Please sign in to comment.