Skip to content

Commit

Permalink
Merge pull request #70 from MC-kit/dependabot/github_actions/devel/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-4.3.0

build(deps): bump actions/setup-python from 4.2.0 to 4.3.0
  • Loading branch information
dvp2015 authored Oct 11, 2022
2 parents 18afc7f + a525d44 commit 93cb931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 2 # need previous revision to define tag

- name: Set up Python
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3.1.0

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

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Set up Python 3.9 # TODO dvp: switch to 3.10 when sphinxcontrib.napoleon allows
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4.3.0
with:
python-version: '3.9'

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
fetch-depth: 1
# - name: Checkout submodules
# run: git submodule update --init --recursive --depth=1
- uses: actions/setup-python@v4.2.0
- uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: actions/checkout@v3.1.0

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

Expand Down

0 comments on commit 93cb931

Please sign in to comment.