Skip to content

Commit

Permalink
build(actions): bump actions/setup-python from 4 to 5 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 14, 2023
1 parent 018e43f commit 9d5ae13
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: ${{ matrix.python-version }}
Expand All @@ -37,7 +37,7 @@ jobs:
git config --global user.name github-actions
git config --global user.email github-actions@github.com
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: '3.12'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
git config --global user.name github-actions
git config --global user.email github-actions@github.com
- name: Set up Python with multiple versions.
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: '3.12'
Expand All @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: '3.12'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python {{ '${{ matrix.python-version }}' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: {{ '${{ matrix.python-version }}' }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
git config --global user.name github-actions
git config --global user.email github-actions@github.com
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: '{{ default_py }}'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
git config --global user.name github-actions
git config --global user.email github-actions@github.com
- name: Set up Python with multiple versions.
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: '{{ default_py }}'
Expand All @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
python-version: '{{ default_py }}'
Expand Down

0 comments on commit 9d5ae13

Please sign in to comment.