1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

build(deps): bump actions/setup-python from 2.3.1 to 2.3.2

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-04 17:06:20 +00:00 committed by GitHub
parent 0d1daf3c1a
commit 8af0f5598b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
# Get Python set up
####################################################################
- name: Set up Python 3.10
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: "3.10"
- name: Install dependencies

View File

@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: "3.10"
- name: Install dependencies

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: "3.10.2"
architecture: "x86"