Skip to content

Commit

Permalink
Merge pull request #91 from ppfeufer/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
ppfeufer authored Dec 7, 2023
2 parents 586ffc6 + 14dbec8 commit 76df1e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automated-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: 'pyproject.toml' # Read python version from a file pyproject.toml

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: redis-cli ping

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
# run: redis-cli ping
#
# - name: Setup Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.python-version }}
#
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: 'pyproject.toml' # Read python version from a file pyproject.toml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: 'pyproject.toml' # Read python version from a file pyproject.toml

Expand Down

0 comments on commit 76df1e0

Please sign in to comment.