Skip to content

Commit

Permalink
Merge pull request #175 from cleder/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
cleder authored Oct 6, 2022
2 parents 348acc3 + ef5664b commit 9411211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: '14'

- name: Configure Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v4
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
with:
python-version: '3.10'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.pypy-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pypy-version }}
- name: Install dependencies
Expand All @@ -106,7 +106,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install pypa/build
Expand Down

0 comments on commit 9411211

Please sign in to comment.