Skip to content

Commit

Permalink
Bump actions/setup-python from 2.2.2 to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 21, 2021
1 parent af3b48e commit 7defe30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: Set up Python 3.10
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fetch-depth: 5

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: Set up Python 3.10
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: Set up Python 3.10
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: '3.10'

Expand Down

0 comments on commit 7defe30

Please sign in to comment.